Hi everyone
I have created a few queries which runs off Form - ChooseDates
So when I run my report with 2 subreports, one which determines cases on hand at the begining of the quarter i.e 01/10/2008 to 31/12/2009
while the main query runs on the inputed dates within the form ChooseDates.
I want to take the dates from the ChooseDates Form and and within the apps received criteria put in those dates
subtracted by 90 days, i.e:
Between ([Forms]![ChooseDates].[StartDate]-90) And ([Forms]![ChooseDates].[EndDate]-90)
but Access comes up with the following message:
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. (Error 3071)
What do I need to do?
Any help would be immensely appreciated
kind regards
Triacona
I have created a few queries which runs off Form - ChooseDates
So when I run my report with 2 subreports, one which determines cases on hand at the begining of the quarter i.e 01/10/2008 to 31/12/2009
while the main query runs on the inputed dates within the form ChooseDates.
I want to take the dates from the ChooseDates Form and and within the apps received criteria put in those dates
subtracted by 90 days, i.e:
Between ([Forms]![ChooseDates].[StartDate]-90) And ([Forms]![ChooseDates].[EndDate]-90)
but Access comes up with the following message:
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. (Error 3071)
What do I need to do?
Any help would be immensely appreciated
kind regards
Triacona