G
Guest
How do you display multiple columns in a combo box and use only one of the
columns as the control source for a field in a table?
columns as the control source for a field in a table?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Problem 1:
... How do you cause all three columns to be
visible after the drop-down closes?
Problem 2:
How do I get the Combo Box to return the committee name and not the CommID
to the table?
Steve Schapel said:Walt,
Problem 1:
... How do you cause all three columns to be
visible after the drop-down closes?
You can't. It is not in the nature of comboboxes. You can put a couple
of unbound textboxes on the form, though, and set their Control Source
properties to...
=[Member To Find],[Column](1)
=[Member To Find],[Column](2)
Problem 2:
How do I get the Combo Box to return the committee name and not the CommID
to the table?
Set the Bound Column property to 2.
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.