jbaker
10-07-2001, 08:37 AM
I have 2 tables, one number column in each table - I want to delete the numbers listed in the 2nd table from the numbers in the 1st table if they match.
Example: Table 1 has the numbers 1,2,3,4, and 5 listed in it. Table 2 has the numbers 2,3, and 5 in it. what I need is a query/code to delete each of the matching numbers in table 1, so the only numbers that are left in the 1st table are 1 and 4...how can i accomplish this...
thanks...
Example: Table 1 has the numbers 1,2,3,4, and 5 listed in it. Table 2 has the numbers 2,3, and 5 in it. what I need is a query/code to delete each of the matching numbers in table 1, so the only numbers that are left in the 1st table are 1 and 4...how can i accomplish this...
thanks...