Hello again,
I stored the query criteria variables into the access table 'TimePeriod'. Then on the select query 'qrySelPlacements', under criteria, I used the build function to set this criteria,
[TimePeriod]![month]
[TimePeriod]![year]
When I run the application, the query is suppose to read the criteria from the table 'TimePeriod', but it isn't, still prompts me for month and year. Am I doing something wrong here? Please let me know. Thankyou.
Santosh
I stored the query criteria variables into the access table 'TimePeriod'. Then on the select query 'qrySelPlacements', under criteria, I used the build function to set this criteria,
[TimePeriod]![month]
[TimePeriod]![year]
When I run the application, the query is suppose to read the criteria from the table 'TimePeriod', but it isn't, still prompts me for month and year. Am I doing something wrong here? Please let me know. Thankyou.
Santosh