I apologize....I mean can I make the combo box a macro...not form as I had
written below.
> 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!
Steve Schapel - 26 Nov 2007 17:56 GMT
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.

Signature
Steve Schapel, Microsoft Access MVP
> I apologize....I mean can I make the combo box a macro...not form as I had
> written below.
[quoted text clipped - 5 lines]
>>
>> Thank you!