Kou Vang said:
I populate the combobox from an evaluated expression. It resides in the
list
within the combo box.
People use the word "populate" to mean a variety of things. Are you
actually setting the combo's RowSource property in code, or are you just
setting its value? Would you mind posting your code so I can see what
you're doing?
What are the Column Count and Bound Column properties of the combo box? And
if you're not setting it in code you've posted, what is its RecordSource?
But in the form, the unbound combo box will not
display the value of the list without dropping it down. So...Do I then
have
to simulate a click on the arrow of the drop down? Can I use the dropdown
method? In the Access help it clearly states that while in form view, the
combo box will not display anything within its list until the arrow is
pressed and dropped down.
That's not right. The combo box won't display *the list* until the combo
box is "dropped down", whether by mouse click, user keystroke, or calling
its Dropdown method. But its value should be displayed as long as it's a
value in the list.
There is a bug introduced with Access 2003 SP3 that apparently leaves combos
looking blank if they're bound to a column with the Format property set --
or something like that, I don't remember exactly. Could you be experiencing
the result of that bug?