To anyone who can help,
I have created a crosstab query which lists the total production for each day.
I want this query to only list data between a certain date range that a user enters in on a form. I tried putting "Where" in the "Total" field and then put the following code in the "criteria" field:
>= [Forms]![RetrieveForm]![StartDate]
After I run it, it tells me that the Jet database engine does not recognize the code.
I tried putting just a random date as the criteria, like this:
>= #01/01/02#
And this does work.
Can anyone please help and tell me how I can solve this?
I appreciate your time.
Thanks
Stupiet
I have created a crosstab query which lists the total production for each day.
I want this query to only list data between a certain date range that a user enters in on a form. I tried putting "Where" in the "Total" field and then put the following code in the "criteria" field:
>= [Forms]![RetrieveForm]![StartDate]
After I run it, it tells me that the Jet database engine does not recognize the code.
I tried putting just a random date as the criteria, like this:
>= #01/01/02#
And this does work.
Can anyone please help and tell me how I can solve this?
I appreciate your time.
Thanks
Stupiet