Plz help me how to open the form through a combobox that is having a list of forms.
Plz help me how to open the form through a combobox that is having a list of forms.
when you select something in a combobox - the selected value is 'bound' to that control.
a command button can be set up to open a form; then go into the vba behind it - and modify the code so that instead of opening just one form by name - it instead dynamically calls the value of the combobox control.
you need to have an Access text book and some knowledge of basic vb to implement.