L
linda
hello
I have two tables A and B.
Table A has 500 records
eg field1 field2 field3 field4 field5)
1 20 68 98 200
and so on ......
Table B has 34000 records
eg field1 field2 field3 field4 field5)
14 19 100 198 199
and so on ......
Both tables have same records in each other.
I would like to make a query that can show the duplicate
records in both Tables A & B for eg (table A record 1 =
table B record 5) and delete the duplicate records in
both the tables.
I have made the tables relationships every field with
every field.
And made the query showing both the tables and their
fields with duplicate records( means same records in
Table A and B)
It's fine but how can I delete the duplicate records from
both the tables after the query shows the result.
I would really appreciate if someone could help me with
this problem.
Thank you
..
I have two tables A and B.
Table A has 500 records
eg field1 field2 field3 field4 field5)
1 20 68 98 200
and so on ......
Table B has 34000 records
eg field1 field2 field3 field4 field5)
14 19 100 198 199
and so on ......
Both tables have same records in each other.
I would like to make a query that can show the duplicate
records in both Tables A & B for eg (table A record 1 =
table B record 5) and delete the duplicate records in
both the tables.
I have made the tables relationships every field with
every field.
And made the query showing both the tables and their
fields with duplicate records( means same records in
Table A and B)
It's fine but how can I delete the duplicate records from
both the tables after the query shows the result.
I would really appreciate if someone could help me with
this problem.
Thank you
..