greggranger
MIS
I have a form with multiple individual buttons that each run a seperate report. In each button's OnCLick event I have specific code that calls each report, assigns variables, etc.
I would like to include a additional button on the form that executes all the individual buttons when clicked.
Is it possible to call the OnClick events for each of the individual buttons, through a single button's OnClick event in VB?
I figure it's a simple statement but can't seem to find the anwser. Any help is appreciated!
I would like to include a additional button on the form that executes all the individual buttons when clicked.
Is it possible to call the OnClick events for each of the individual buttons, through a single button's OnClick event in VB?
I figure it's a simple statement but can't seem to find the anwser. Any help is appreciated!