ms access - checked list box -
I'm new to access and I'm in the process of creating a database for some of my users. I have prepared a form where the user name, first and last name are etc.
Some of these users work for multiple departments, which means that I need some sort of listbox control which allows them to select more than one department, they enter their contact information.
In VB Studio 2005, this control is called the listbox checked. I have seen everywhere in reach everywhere, but to find it or to look like something similar.
The option of the listbox or combobox is not possible here because it only allows the user to choose an option, when their description. Any help with this is greatly appreciated.
Use a general list box with the "Multi Select" property set to "General".
The user can then click on the multiple list item, all the chosen ones are selected, unless they choose them again.
Comments
Post a Comment