Macro to go to a form

Sean_Sean

Registered User.
Local time
Today, 03:29
Joined
Jan 24, 2002
Messages
16
I would like to know how i can assign a macro to a button on a form that will take the user to another form based on the result in the combo-box.
Eg: If the combo-box says: "Eden Project" it will take the user to that record on another form. Any ideas?
 
You might want to have your combo box use the Combo Box Wizard's #3 option, "Select records based on this value" or something similar. Then go into the code behind your combo box and edit to open a new form, instead of looking in the current one.

HTH,
David R
 

Users who are viewing this thread

Back
Top Bottom