Combo box show as text box

R

Ryan

I have several forms that have Combo Box fields that I have set to
Enabled=no, Locked=yes. On the form even though its not selectable it shows
the dropdown selector on the right side of the box. Is there a way to hide
the dropdown selector to make it just look like a text box? Thanks for any
imput.
 
O

Ofer Cohen

I don't think you can, but if it so important you can always create a text
box on top of the combo, and make it visible or not depend on an criteria.

But I would avoid it, just more object and more code on the form.
 
Top