View Full Version : Filter table


overload
03-24-2003, 03:49 PM
Hello,

I have 2 tables, table A and table B, in my database. I want to use the values from a field in table A to filter a field in table B. Once the filter finds the records in table B, I could then remove them. What are the steps to do this manually, since I am not a programmer?

Thank you.
:confused:

neileg
03-25-2003, 01:51 AM
Sounds like the Find Duplicates Wizard will build a query for you. You can then turn this into a a delete query.