D
Dave
This is the SQL from the Design View.
I get an "Could not delete from specified tables" prompt.
This is my first attempt at a Delete Query.
DELETE EmplDB.*, EmplDB.STATUS
FROM EmplDB INNER JOIN EmplIDDB_Del ON (EmplDB.STATUS = EmplIDDB_Del.STATUS)
AND (EmplDB.EMPLID = EmplIDDB_Del.EMPLID)
WHERE (((EmplDB.STATUS)="i"));
Thanks in advance
dave
I get an "Could not delete from specified tables" prompt.
This is my first attempt at a Delete Query.
DELETE EmplDB.*, EmplDB.STATUS
FROM EmplDB INNER JOIN EmplIDDB_Del ON (EmplDB.STATUS = EmplIDDB_Del.STATUS)
AND (EmplDB.EMPLID = EmplIDDB_Del.EMPLID)
WHERE (((EmplDB.STATUS)="i"));
Thanks in advance
dave