Simple Delete Query

Echo_3

New member
Local time
Today, 08:08
Joined
Aug 24, 2001
Messages
7
I'm not getting it and I know it must be simple.

I have two tables

Table1.................Table2
....109......................109
11871....................1321
20575..................71656
27800..................20575
............................27800

I want to delete from Table2 all the records that match Table1 but I get an error message that says "Could not delete from specified tables"

There is only one field in each table and their properties are identicle.
 
Just change the UniqueRecords property of the query to "yes".
 

Users who are viewing this thread

Back
Top Bottom