Hello! I am new member of this forum and new to VBA so please forgive my ignorance.
I am attempting to use columns with mulitiple checkboxes in order to give an access form a friendly and adaptable UI. The form is used for choosing what is done to a series of excel reports. Some need to have tabs updated, some need to be printed, or both. Each "checked" checkbox signals and action to be done to that report.
I have successfuly worked with buttons and checkboxes to ensure actions are done when they are clicked or checked, but I don't exactly know how to "nest" my Sub's (attached to checkboxes) into a Loop or IfElse in order for my VBA to see the states of muliple checkboxes and act upon them accordingly. Would someone be able to give me some code suggestions? If further details are needed I will comply.
Sincerely,
Stump
I am attempting to use columns with mulitiple checkboxes in order to give an access form a friendly and adaptable UI. The form is used for choosing what is done to a series of excel reports. Some need to have tabs updated, some need to be printed, or both. Each "checked" checkbox signals and action to be done to that report.
I have successfuly worked with buttons and checkboxes to ensure actions are done when they are clicked or checked, but I don't exactly know how to "nest" my Sub's (attached to checkboxes) into a Loop or IfElse in order for my VBA to see the states of muliple checkboxes and act upon them accordingly. Would someone be able to give me some code suggestions? If further details are needed I will comply.
Sincerely,
Stump