G
Grease
Hi,
Consider the following query:
SELECT crTbl.acct_1, crTbl.amount, crTbl.date
FROM crTbl
WHERE (((crTbl.acct_1)="Supplies") AND ((crTbl.date) Between
[Forms]![crReportOptionsFrm]![startDate] And
[Forms]![crReportOptionsFrm]![endDate]));
I get the following error:
"This expression is typed incorrectly or is too complex to be evaluated.
Try simplifying the expression by assigning parts of the expression to
variables."
The problem is with the "Between dates" part of the expression.
The error msg appears in Access 2000.
The query works fine on my own computer in Access 2002.
Thanks for your help.
Cheers,
John
Consider the following query:
SELECT crTbl.acct_1, crTbl.amount, crTbl.date
FROM crTbl
WHERE (((crTbl.acct_1)="Supplies") AND ((crTbl.date) Between
[Forms]![crReportOptionsFrm]![startDate] And
[Forms]![crReportOptionsFrm]![endDate]));
I get the following error:
"This expression is typed incorrectly or is too complex to be evaluated.
Try simplifying the expression by assigning parts of the expression to
variables."
The problem is with the "Between dates" part of the expression.
The error msg appears in Access 2000.
The query works fine on my own computer in Access 2002.
Thanks for your help.
Cheers,
John