I have a parameter query where I want to get a week's worth of info so I put this in the WHERE clause:
Between [Begin Date] And [Begin Date]+6
Unfortunatley I run into error 3071:
"This 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."
Any ideas as to how I can get around this?
Between [Begin Date] And [Begin Date]+6
Unfortunatley I run into error 3071:
"This 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."
Any ideas as to how I can get around this?