Hi,
I would like to set up a combo box so that when a user selects an item from the box, a form specific to that item will be opened. Is this possible? If so what code would I need to implement this?
i.e.
On a form called Main,
cboExample contains the following entries: ItemA, ItemB, and ItemC.
If ItemA is selected, FormA is opened.
If ItemB is selected, FormB is opened.
If ItemC is selected, FormC is opened.
I have only worked with access for a couple of weeks, so if there is a way to do this please be explicit.
Thank You!!
Zach
I would like to set up a combo box so that when a user selects an item from the box, a form specific to that item will be opened. Is this possible? If so what code would I need to implement this?
i.e.
On a form called Main,
cboExample contains the following entries: ItemA, ItemB, and ItemC.
If ItemA is selected, FormA is opened.
If ItemB is selected, FormB is opened.
If ItemC is selected, FormC is opened.
I have only worked with access for a couple of weeks, so if there is a way to do this please be explicit.
Thank You!!
Zach