How to set the combo box to display the 3rd column after selected by user

thepooh

Registered User.
Local time
Tomorrow, 06:13
Joined
Jun 2, 2003
Messages
11
I've created a combo box in Access where I've set the Column Count = 3 and the Column Widths to 0";0.5";1.5". The first field is hidden as it is the ID. The 2 other fields are visible to the user. When the user select the record, the combo box will display the value in the 2nd column as the selected record. What I would like to do is display the 3rd column and not the 2nd column. Is there any way that I can do this? I can't seem to find any properties to set it. Thanks.
 
Set the second column width to 0" or swap the two fields around in the Row Source

IMO
 
Last edited:
I would like the user to see both fields, but after selected, the field that is displayed should be the 3rd one. It will be better if both columns are displayed but I think only one is allowed.
 
Swap the fields around in the Row Source

IMO
 

Users who are viewing this thread

Back
Top Bottom