G
Guest
Hi:
Am trying to execute a delete query but it prompts to enter a parameter, the
where clause. SQL is as follows:
DELETE tblTBBeg.AccountTitle, *
FROM tblTBBeg
WHERE (((tblTBBeg.AccountTitle)=[tblTBBeg Without Matching
tblCOA].[AccountTitle]));
"tblTBBeg Without Matching tblCOA" is a result of Unmatched Query Wizard.
what seems to be wrong. I checked the where clause "AccountTitle" and it's
correct. Many thanks.
Am trying to execute a delete query but it prompts to enter a parameter, the
where clause. SQL is as follows:
DELETE tblTBBeg.AccountTitle, *
FROM tblTBBeg
WHERE (((tblTBBeg.AccountTitle)=[tblTBBeg Without Matching
tblCOA].[AccountTitle]));
"tblTBBeg Without Matching tblCOA" is a result of Unmatched Query Wizard.
what seems to be wrong. I checked the where clause "AccountTitle" and it's
correct. Many thanks.