Display Text in combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All

I have a look up table such as products
code description
1 chair
2 table

I have an order with the fields:
order_num
code_product

I created a form using the wizard and when I get to the combo I see the
options "1" or "2".
I want to see the options "chair", "table" and see these options after I
release the combo arrow. How can this be done?

Thanks in advance.
Moshik Amit
 
Set the combo's Column Widths property to 0.

Since the first column is zero-width, it will then display the text from the
2nd column.
 
Back
Top