A family of Microsoft relational database management systems designed for ease of use.
A combo box allows you to only select ONE single value (line); if you need multiple selection, you may use a list box with multiple selection enabled.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there a way to have multiple colums in a multi select combo box? I want to be able to select items from all of the columns. The one list is a little to long to choose from. Are there any other suggestions if this can't happen.
Thanks
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
A combo box allows you to only select ONE single value (line); if you need multiple selection, you may use a list box with multiple selection enabled.
The new (A2007) multil select combo box (bound to a multi value field) has no way to select columns, only rows. Scrolling is the best you can do in one combo box.
If the drop list is long enough to be irritating, you may want to consider using another combo box (or a text box or ...) to filter the rows displayed in the multi select combo box??
I don;t hace A2007 at this time, but maybe you can use AutoExpand to jump to a row close to the one you are looking for.
I am trying to select multiple items, which it is currently letting me do. Right now it will only display one column and I have to scroll down to see all options. I was just wondering it access would allow me to create multiple columns that I could choose from. I know how to create multiple columns in a combo box, but I can only choose from one colomn. The combo box is bound to a table (that allows multiple selections).
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
It's not clear what you're trying to accomplish here. A combo box can display multiple fields, but when you select a record from a combo, you're selecting a single field (the bound column).
What's in the combo box, and what do you want to happen when a selection is made?
John W. Vinson/MVP