Good afternoon,
In the attached test planner, I created a crosstab query.
I wanted the query to return the results from a range of dates from 2 textboxes located in the Main Menu Form.
In the criteria for the crosstab query, I placed the following:
When I click on the Green command button in my Main Menu, the query will not run but gives the following error:
The Microsoft Access Engine does not recognise '[Forms]![Main Menu]![txt_cross_from]' as a valid field name or expression.
Is this particular to cross tab query?
I have able to use 2 textboxes for users to select the range of dates for select queries previously.
In the attached test planner, I created a crosstab query.
I wanted the query to return the results from a range of dates from 2 textboxes located in the Main Menu Form.
In the criteria for the crosstab query, I placed the following:
Code:
Between [Forms]![Main Menu]![txt_cross_from] And [Forms]![Main Menu]![txt_cross_till]
When I click on the Green command button in my Main Menu, the query will not run but gives the following error:
The Microsoft Access Engine does not recognise '[Forms]![Main Menu]![txt_cross_from]' as a valid field name or expression.
Is this particular to cross tab query?
I have able to use 2 textboxes for users to select the range of dates for select queries previously.