J
Jeff C
I am not able to get around the "Specify Table you want to delete records
from.." warning on the following:
SELECT ReportData.Acct
FROM ReportData LEFT JOIN DailyReport ON ReportData.Acct = DailyReport.Num
WHERE (((ReportData.DR) Is Null) AND ((DailyReport.Num) Is Null));
I am stumped. Any ideas?
Thanks Very Much.
from.." warning on the following:
SELECT ReportData.Acct
FROM ReportData LEFT JOIN DailyReport ON ReportData.Acct = DailyReport.Num
WHERE (((ReportData.DR) Is Null) AND ((DailyReport.Num) Is Null));
I am stumped. Any ideas?
Thanks Very Much.