dmyoungsal
Registered User.
- Local time
- Today, 05:12
- Joined
- May 1, 2016
- Messages
- 112
I have a combo box on my form that allows to user to select the piece of equipment being selected. Once selected, the displayed information is that of the first column shown in the pull down.
Is there a way to have it show both columns (Category and description) after the selection is made?
I have been able to do this by using a textbox "=[cboCategory1].[column](2)", but this text box takes up extra space on the my already limited available screen.
Is there a way to have it show both columns (Category and description) after the selection is made?
I have been able to do this by using a textbox "=[cboCategory1].[column](2)", but this text box takes up extra space on the my already limited available screen.