G
Guest
Hello
I have a report which uses two recordsources, depending on what language is used or/and what province the user selects in the list box before running the report
Currently, i have two queries, one for french and one for english. In the criteria row of the querie i have forms!frmProvince!lstProvince.value, which takes the value selected in the list box as the criteria for the report
Question
Can i programmatically change the criteria such that if the user is on a specific form to run the report, i can change the criteria for the report based on what they have selected. Basically i am trying to reduce the number of queries i need to create and reduced the over all size and number of queries in the application
Thanks in advance for hte help
Carlee
I have a report which uses two recordsources, depending on what language is used or/and what province the user selects in the list box before running the report
Currently, i have two queries, one for french and one for english. In the criteria row of the querie i have forms!frmProvince!lstProvince.value, which takes the value selected in the list box as the criteria for the report
Question
Can i programmatically change the criteria such that if the user is on a specific form to run the report, i can change the criteria for the report based on what they have selected. Basically i am trying to reduce the number of queries i need to create and reduced the over all size and number of queries in the application
Thanks in advance for hte help
Carlee