G
Guest
I have a form that contains a list box with the following properties
Name:
lstJOBREF
Row Source Type:
Table/Query
Row Source:
SELECT [Job Master File].[JOB REF]
FROM [Job Master File]
WHERE ((([Job Master File].[JOB REF]) Not In
("P1","P2","P3","P4","P5","PM1")) AND (([Job Master File].[JOB COMPLETE])
Between [START] And [END]) AND (([Job Master File].CO)=2))
Column Count:1
Bound Column:1
When the form is opened, I get the following error message:
"Characters found after end of SQL statement"
Can anyone help?
Name:
lstJOBREF
Row Source Type:
Table/Query
Row Source:
SELECT [Job Master File].[JOB REF]
FROM [Job Master File]
WHERE ((([Job Master File].[JOB REF]) Not In
("P1","P2","P3","P4","P5","PM1")) AND (([Job Master File].[JOB COMPLETE])
Between [START] And [END]) AND (([Job Master File].CO)=2))
Column Count:1
Bound Column:1
When the form is opened, I get the following error message:
"Characters found after end of SQL statement"
Can anyone help?