Combo box, how position list of items?

M

mscertified

I have a combo box that is one inch high because some of the items have long
text. I cannot make it any wider.
When I click the down arrow the list of selections appears underneath the
combo box. I'd like it to appear at the top.
Is there any way?
 
K

Ken Snell \(MVP\)

Not to my knowledge; the location of the dropdown box is determined by the
location of the combo box and the height of the dropdown list, and that is
done automatically (by ACCESS, I believe).
 
Top