B
Bdavis
Unfortunetly I was unable to apply the solutions from other who had similar
problems:
Basically, I have delete query (SQL below) which is generating the error:
"Specify the table contiang the records you want to delete" and I can't get
the SQl right.
DELETE Employees.ID, dbo_persons.*
FROM dbo_persons LEFT JOIN Employees ON dbo_persons.SPID = Employees.ID
WHERE (((Employees.ID) Is Null));
And suggestions are much appreciated
problems:
Basically, I have delete query (SQL below) which is generating the error:
"Specify the table contiang the records you want to delete" and I can't get
the SQl right.
DELETE Employees.ID, dbo_persons.*
FROM dbo_persons LEFT JOIN Employees ON dbo_persons.SPID = Employees.ID
WHERE (((Employees.ID) Is Null));
And suggestions are much appreciated