S
S Jackson
I have a form that asks the user to select a begdate and enddate before
previewing the rptNewCases report.
In the query that the report is based on, I have selected two tables. Under
the AssignDate field, I have the following expression:
Between [Forms]![fdlgRptSingle]![begdate] And
[Forms]![fdlgRptSingle]![enddate]
When the user enters the dates and selects Print/Preview the following error
occurs:
The expression is typed incorrectly, or it is too complex to be evaluated.
For example, a numeric expression may contain too many complicated elements.
Try simplifying the expression by assigning parts of the expression to
variables.
What is going wrong here? I don't know how to "simplify" the expression.
TIA
S. Jackson
previewing the rptNewCases report.
In the query that the report is based on, I have selected two tables. Under
the AssignDate field, I have the following expression:
Between [Forms]![fdlgRptSingle]![begdate] And
[Forms]![fdlgRptSingle]![enddate]
When the user enters the dates and selects Print/Preview the following error
occurs:
The expression is typed incorrectly, or it is too complex to be evaluated.
For example, a numeric expression may contain too many complicated elements.
Try simplifying the expression by assigning parts of the expression to
variables.
What is going wrong here? I don't know how to "simplify" the expression.
TIA
S. Jackson