Hi friends, I am creating a MS ACCESS database and would like to be able to open all my forms by using a listbox. I have created a table (named TBLFORMS)in which the are stored all the names of the forms. I have then created a list box (named LSTFORMS)which reads its source from this table. This allows to display all the names of the forms.
Is there a way that I can open the selected form in the listbox by using a command button?
Is there a way that I can open the selected form in the listbox by using a command button?