Open Forms With Macro

johnzila

Registered User.
Local time
Today, 15:37
Joined
Jun 19, 2004
Messages
11
How use macro to open different forms

Let's say i got a few buttons in 1 form...Each is use to open different forms....

Then how do i use 1 macro to solve it..
is macro able to detect wat button i click so as to open the correct form? :confused:
 
Hi.
I think you might want to use an Option Group to select which form you want to open. The conditions in the macro (attached to the option group) identify which option has been selected which in turn identifies which form to open.
wazz
 

Users who are viewing this thread

Back
Top Bottom