Combo box shoowing only two values

K

kucherls

I have added a column in the access database and the display control as
combo box. I have changed to value list and entered four values
separated by semicolon. But when i look in the table only two values
from those list are being dislayed in the list. I dont know why. Can
somebody help.
 
J

Jeff Boyce

How many columns does your combobox believe it has? Just a guess, but if it
believes it has two columns, and you provide 4 separates values in your
list, it would try to show two rows. If you also have hidden (width=0) one
of the two columns, it would only show two values (two rows).

Regards

Jeff Boyce
Microsoft Office/Access MVP
Microsoft IT Academy Program Mentor
 
Top