In my Form a List of values disapear in combo box

T

Troels

In a form I'm creating a combobox. The row source is a quary, and when I
display the quary it is correct. However I don't se the optional values in
the drop-down list in the form! Does anybody know that is wrong?
 
S

Sprinks

Check the ColumnWidths property. Set each width you'd like displayed in the
drop-down to a non-zero value large enough to display the widest entry.

Sprinks
 
Top