combo box missing values

N

nick_mleczko

Hi,

I've got a number of combo boxes, defined with value lists, but in form
view only every second value gets displayed. Why is that so?

N
 
A

Allen Browne

Sounds like you have the Column Count set to 2, where it should be 1.

Access would then place every other value into the (not visible) 2nd column.
 
N

nick_mleczko

Allen.

Spot on, thanks

Nick


Allen said:
Sounds like you have the Column Count set to 2, where it should be 1.

Access would then place every other value into the (not visible) 2nd column.
 
Top