Combo box show as text box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
Back
Top