[Microsoft][ODBC Microsoft Access Driver] COUNT field incorrect
Issue Description: I followed the directions on how to use parameter
fields in my sql command but they do not work.
I get a message
[Microsoft][ODBC Microsoft Access Driver] COUNT field incorrect
This is what i put in the sql command database
WHERE (tblWorkorders.DateFinished = {?Dates})
?Dates is a parameter field in the report.
The reason to due this is my SQL statement joins 4 tables using
subqueries. It process all the records but takes 5 minutes to load data
for 1 day. I would like to retrieve only the dates I specify to speed up
the query.
@dates is a parameter field RANGE
Issue Description: I followed the directions on how to use parameter
fields in my sql command but they do not work.
I get a message
[Microsoft][ODBC Microsoft Access Driver] COUNT field incorrect
This is what i put in the sql command database
WHERE (tblWorkorders.DateFinished = {?Dates})
?Dates is a parameter field in the report.
The reason to due this is my SQL statement joins 4 tables using
subqueries. It process all the records but takes 5 minutes to load data
for 1 day. I would like to retrieve only the dates I specify to speed up
the query.
@dates is a parameter field RANGE