Listboxes is this possible

G

Guest

I would like to have a form that the user can change the information that
displays in combo boxes in the database.

What I would like is a form with two list boxes the first form has a list of
all the comboboxes in the database, I can do this using a table with them all
listed.

but when they click on the first list box it will display all the options
available in that combobox in the second listbox with the option of adding
entries, deleting, and editing, I have no idea how to do this, is it
possible, I am possibly asking to much in one post and getting the listboxes
working is possibly my best option at the moment

thanks for any help

Phil
 
G

Guest

Usually, combo boxes are populated from either a table or a query.
So to change the combo box contents you change the contents of the table or
the table the query is based on. This can be done in the normal way the
contents of a table are changed i.e. a form bound to the table.

-Dorian.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top