Combo Box

S

starryalexis

I have a form with a combo box. The combox box pulls a field from another
table then stores whatever is selected in table tied to the form. Pretty
basic. The problem is visual. When I hit the down arrow, I have the
appropiate number of entries I can scroll through. I can highlight each one
and the right value is store in the right table. I can't however read them.
When I hit the down arrow, all I see is white. no text. However the entries
are apparently there since I can select them. I have checked fore color,
back color, font type, etc. Nothing works. Does anyone know what is going
on? Who do I fix this?
 
V

Van T. Dinh

Check that the number of Columns from the RowSource, ColumnCount and
ColumnWidths Property of the ComboBox. My guess is that there are some
inconsistecies in your settings for the above 3 items.
 
Top