How to delete records from a table based on an inner join Access 9

M

Mariner

I am trying to delete records from table A, based on an inner join with table
B. Tables A and B both contain an invoice #.
 
M

Mariner

I resolved my problem by looking at a post / reply from John Spencer on
12/08/04. I see the same question I posted several times. I added
DISTINCTROW
 
Top