gdanalakshmi
Registered User.
- Local time
- Today, 19:47
- Joined
- Nov 26, 2002
- Messages
- 102
I have a parameter query (BaseQry) that takes the parameters from the Form.
THen I built a crosstab query using BaseQry. But when I try to run the crosstab, i get the following error -
Microsoft JEt Engine doesnot recognise [Forms]![ReportMenu]![StartDate] as a valid expression.
But if i hardcode the dates in the BaseQry and then run the crosstab query, i get the expected result.
How do i dynamically specify the parameter for the BAseQry without getting the error
THen I built a crosstab query using BaseQry. But when I try to run the crosstab, i get the following error -
Microsoft JEt Engine doesnot recognise [Forms]![ReportMenu]![StartDate] as a valid expression.
But if i hardcode the dates in the BaseQry and then run the crosstab query, i get the expected result.
How do i dynamically specify the parameter for the BAseQry without getting the error