B
Beth
I need 3 reports that look identical, but they come from different queries.
Instead of creating 3 identical reports, but with different control sources,
I would like to create the report once and then use macros, or code, from a
menu to change the control source.
The report is called rptLayout and the 3 queries are qryTop10, qryGraduated,
and qryInactive.
As further explanation on the main menu, if the user clicks the "Top10"
button, it will open rptLayout and set the control source to qryTop10. If
they close the report and click the menu button titled "Graduated", it
should open the report rptLayout and set the control source to qryGraduated.
Thank you for your help.
Beth
Instead of creating 3 identical reports, but with different control sources,
I would like to create the report once and then use macros, or code, from a
menu to change the control source.
The report is called rptLayout and the 3 queries are qryTop10, qryGraduated,
and qryInactive.
As further explanation on the main menu, if the user clicks the "Top10"
button, it will open rptLayout and set the control source to qryTop10. If
they close the report and click the menu button titled "Graduated", it
should open the report rptLayout and set the control source to qryGraduated.
Thank you for your help.
Beth