I have a form with five command buttons. I would like to be able to associate VBA code with a GROUP of those buttons, and not have to duplicate the code in each individual command button's on click event [yeah, I could just execute the procedure for each button, but...].
Just wondering if there is a way to designate a group of, say, a certain three of the buttons so that I can specify a procedure that they execute (when clicked) in addition to the specific code for each button?
I only need to execute this procedure once, and only when any one of the three command buttons is clicked.
(Access 2003)
Karl
Just wondering if there is a way to designate a group of, say, a certain three of the buttons so that I can specify a procedure that they execute (when clicked) in addition to the specific code for each button?
I only need to execute this procedure once, and only when any one of the three command buttons is clicked.
(Access 2003)
Karl