Hello,
I have several forms that use comboboxes to lookup the friendly text to go with a code / ID. I store the ID's in the table the forms reference and lookup the friendly text using the combobox with it's query.
All of this works, except I'd like to display both the code and the friendly text in the form. I've manipulated the column widths for the combobox, but if the first column width >0 (ID) it only displays the ID. Only when the first column's width is = 0 does the friendly text appear.
Any thoughts?
Thanks.
I have several forms that use comboboxes to lookup the friendly text to go with a code / ID. I store the ID's in the table the forms reference and lookup the friendly text using the combobox with it's query.
All of this works, except I'd like to display both the code and the friendly text in the form. I've manipulated the column widths for the combobox, but if the first column width >0 (ID) it only displays the ID. Only when the first column's width is = 0 does the friendly text appear.
Any thoughts?
Thanks.