Criteria in Report

T

Todd

I've got a combo box in a report where you can select a
region from the combo box and print that region's data in
a report. Is there a way I can add another item in the
combo box such as "All" where when it is selected it will
print all the regions instead of just one at a time.

I could take the easy way out and just add a command
button to do this but I'd like to know how to do it the
way I explained above. Any suggestions would be helpful.
 
M

Marshall Barton

Todd said:
I've got a combo box in a report where you can select a
region from the combo box and print that region's data in
a report. Is there a way I can add another item in the
combo box such as "All" where when it is selected it will
print all the regions instead of just one at a time.

I could take the easy way out and just add a command
button to do this but I'd like to know how to do it the
way I explained above. Any suggestions would be helpful.


See this article:

http://www.mvps.org/access/forms/frm0043.htm
 
Top