Hello,
I have two tables, and would like to delete records out of the second table if they are found in the first based on a key of three fields. Take the following example the first threee columns make up the key of each table:
Table 1 Table 2
1 1 1 3 1 1 1 4
2 2 2 4 1 2 1 3
3 3 3 1 2 2 5 9
3 3 6 8 3 3 3 5
I would like to delete the 1st and 4th record out of table2. Is there a way to build a query to do this using Access97 query builder or do you have to write an SQL statement literally.
Thanks
I have two tables, and would like to delete records out of the second table if they are found in the first based on a key of three fields. Take the following example the first threee columns make up the key of each table:
Table 1 Table 2
1 1 1 3 1 1 1 4
2 2 2 4 1 2 1 3
3 3 3 1 2 2 5 9
3 3 6 8 3 3 3 5
I would like to delete the 1st and 4th record out of table2. Is there a way to build a query to do this using Access97 query builder or do you have to write an SQL statement literally.
Thanks