Need VBA code for using an option box in a form to select a specific sub to run. I have 3 different subs that I would like to choose from in a form using an option box, each of theses subs uses the same data but has different output.
need Access VBA code for using an optionbox to select a specific sub
Collapse
X
-
Tags: None
-
Hint:Select Case...Case...C ase Else...End Select
Either change to option buttons in a group or have some method to loop thru the checkboxes.
Comment