G
Guest
Hello All,
I have the following SQL statement but it doesn't return what I want:
SELECT FormFiller.InvNo, FormFiller.CustCode, FormFiller.InvDate,
FormFiller.InvAmt, FormFiller.BatchAR, FormFiller.Name,
ExportLog.ExportFilename, ExportLog.ExportDate, FormFiller.Route
FROM FormFiller LEFT JOIN ExportLog ON (((ExportLog.ExportFilename)="c:\" &
[FormFiller]![BatchAR] & ".txt";
What I want are all records from FormFiller and include data in the two
fields from ExportLog, if provided. Any ideas?
Thanks,
Trevor
I have the following SQL statement but it doesn't return what I want:
SELECT FormFiller.InvNo, FormFiller.CustCode, FormFiller.InvDate,
FormFiller.InvAmt, FormFiller.BatchAR, FormFiller.Name,
ExportLog.ExportFilename, ExportLog.ExportDate, FormFiller.Route
FROM FormFiller LEFT JOIN ExportLog ON (((ExportLog.ExportFilename)="c:\" &
[FormFiller]![BatchAR] & ".txt";
What I want are all records from FormFiller and include data in the two
fields from ExportLog, if provided. Any ideas?
Thanks,
Trevor