V
vusubhashini
Hi All,
Hope some one will help me ASAP. I am using Access 2000. My problem
is.... i have 2 tables namely Table1 and Table2. I have to compare the
rows in both the tables. All the field names in both the tables are
same. if any of the column data changed, the complete row have to be
displayed.
i tried comparing all the colums like
SELECT Table1.* from Table1, Table2
Where table1.column1<>table2.column1 or table1.column2<>table2.column2
but the results are so much different what i expected.
Its so urgent. Appreciate ur help.
Thanks
Hope some one will help me ASAP. I am using Access 2000. My problem
is.... i have 2 tables namely Table1 and Table2. I have to compare the
rows in both the tables. All the field names in both the tables are
same. if any of the column data changed, the complete row have to be
displayed.
i tried comparing all the colums like
SELECT Table1.* from Table1, Table2
Where table1.column1<>table2.column1 or table1.column2<>table2.column2
but the results are so much different what i expected.
Its so urgent. Appreciate ur help.
Thanks