Combo Box Macro

  • Thread starter Thread starter Emmz
  • Start date Start date
E

Emmz

I would like to place a combo box on my form that the user can select from,
then based on their selection, a new form will open.

Can I make the combo box a form, and how?

Thank you!
 
Emmz,

You can't "make the combobox a macro". Or a form, for that matter.
Macros are separate database objects, that you assign on certain events.
In this case, it sounds like the applicable event would be the After
Update event of the combobox. And it sounds like the macro will use the
OpenForm action.
 
Back
Top