need Access VBA code for using an optionbox to select a specific sub

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mlryan9509
    New Member
    • Sep 2015
    • 1

    #1

    need Access VBA code for using an optionbox to select a specific sub

    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.
  • zmbd
    Recognized Expert Moderator Expert
    • Mar 2012
    • 5501

    #2
    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

    Working...