Combo Box Columns

wop0703

Registered User.
Local time
Today, 13:53
Joined
Jun 1, 2005
Messages
77
I hav a combo box that has three columns in it. I want the user to select an item and I want all three columns to show up in the combo box instead of just the one I am capturing. How can i do this? I tried to put the Bound Columns requirement in the the combo box's properties to 3 but it didn't do anything. Please Help.

thanks
 
i'm pretty sure you can't. (anyone?)
- the bound column is the one that represents the data you want to save.
- in order to view any column, its width must be set to > 0.
- i think the one column that is *always* visible is the *first column with a width greater than 0*.
 
Last edited:
Combo

On the Format Tab, set Column Count to 3.
On the same Tab you can set the Column Width.
 
to see all of the columns use a list box.
a row (or several rows if you want) in a list box can be selected by a user.
 

Users who are viewing this thread

Back
Top Bottom