G
Guest
I'm a total newbie learning the hard way.
I have two tables of donors to our NGO.
One is a list of those that need contacting for a reason.
The second can be contacted by phone.
I need to delete all those in the phone contactable table from the total
contactable table. But for some reason, I'm just getting the phone
contactable ones from my delete query datasheet. I use the design view
mostly, but the sql is:
DELETE [Table03: SAMS for Mailhouse].*, [Table03: SAMS for
Mailhouse].donor_number
FROM [Table03: SAMS for Mailhouse], [Table08: Sams for Telemarketers]
WHERE (([Table03: SAMS for Mailhouse]![donor_number]=[Table08: Sams for
Telemarketers]![donor_number]));
I tried in design with one table, and with both tables, and I tried the
three types of joins, plus 'no join', but to no success.
cheers
I have two tables of donors to our NGO.
One is a list of those that need contacting for a reason.
The second can be contacted by phone.
I need to delete all those in the phone contactable table from the total
contactable table. But for some reason, I'm just getting the phone
contactable ones from my delete query datasheet. I use the design view
mostly, but the sql is:
DELETE [Table03: SAMS for Mailhouse].*, [Table03: SAMS for
Mailhouse].donor_number
FROM [Table03: SAMS for Mailhouse], [Table08: Sams for Telemarketers]
WHERE (([Table03: SAMS for Mailhouse]![donor_number]=[Table08: Sams for
Telemarketers]![donor_number]));
I tried in design with one table, and with both tables, and I tried the
three types of joins, plus 'no join', but to no success.
cheers