G
Guest
Performing a Delete query, I link 2 tables that have the same unique
information; example record 123 and record 123. I want to delete matching
data from ONE table, but leave in the other. When I run the DELETE, an
message box will appear and ask me to specify which table to delete from. I
have the correct table selected, but it will not perform.
I have worked around this in the past, by updating the items I want deleted
with a "flag", and then doing a separate delete query.
There has to be a better way!! Any suggestions?
information; example record 123 and record 123. I want to delete matching
data from ONE table, but leave in the other. When I run the DELETE, an
message box will appear and ask me to specify which table to delete from. I
have the correct table selected, but it will not perform.
I have worked around this in the past, by updating the items I want deleted
with a "flag", and then doing a separate delete query.
There has to be a better way!! Any suggestions?