Guest_imported
New member
- Jan 1, 1970
- 0
DB= Access 97
Problem:
I have two tables, table_a and table_b.
table_a ->
contains 8700 non-duplicate records
table_b ->
contains 1700 non-duplicate records
table_b ->
contains 77 records that are also in table table_a
problem:
I want to match several columns in table_b to table_a and I want to say, if the row in table_a matches the row in table_b then delete that row from table_b
Solution: ????
can this be done in SQL? I am sure it can but my SQL is weak. I have tried several things, but with no luck.
thank you
Problem:
I have two tables, table_a and table_b.
table_a ->
contains 8700 non-duplicate records
table_b ->
contains 1700 non-duplicate records
table_b ->
contains 77 records that are also in table table_a
problem:
I want to match several columns in table_b to table_a and I want to say, if the row in table_a matches the row in table_b then delete that row from table_b
Solution: ????
can this be done in SQL? I am sure it can but my SQL is weak. I have tried several things, but with no luck.
thank you