User Profile
Collapse
-
-
Didn't work! The field name is not Null. The SQL is
DELETE tblAccounts.*, tblAccounts.Ref erence
FROM tblAccounts
WHERE (((tblAccounts. Reference)=[Enter Reference Number]));...Leave a comment:
-
DELETE tblAccounts.*, tblAccounts.Ref erence
FROM tblAccounts
WHERE (((tblAccounts. Reference)=[Enter Reference Number]));...Leave a comment:
-
Delete records by AutoNumber
I am trying to delete some blank records (all they have is a date and the autonumber field) in a table. A select query runs fine when selecting the offending record but when I change it to a delete query I get "The search key was not found in any record" Am I standing on the right foot or what?
No activity results to display
Show More
Leave a comment: