dheich4321
Registered User.
- Local time
- Today, 14:02
- Joined
- Apr 21, 2003
- Messages
- 36
I have a form that the user can select a check box or series of check boxes . Once the user hits the GO command button I want the code to determine which boxes have been selected and run the code. For example:
Box 1: Sales Report by Name
Box 2 Account Master List
Box 3 Export Data to Excel
If the user selects Box 1 and Box 3 it , when they hit GO it runs the sales report by name and exports some other data to excel.
I know how to make the command button work, but not based on values in a check box. Any help would be appreciated.
Box 1: Sales Report by Name
Box 2 Account Master List
Box 3 Export Data to Excel
If the user selects Box 1 and Box 3 it , when they hit GO it runs the sales report by name and exports some other data to excel.
I know how to make the command button work, but not based on values in a check box. Any help would be appreciated.