Is it possible to hide the drop down arrow on a combo box on a form?
I have a number of combo-box fields on my form that are locked against editing. I don't want to confuse people by having them look like they can change the contents. Currently I put little rectangles over the arrow, but sometimes these seem to move (screen resolution?).
I tried changing the field to a text box, but this then just gives me the bound ID field (which is a number) instead of the related field (which is descriptive).
I wondered if there's a tidier way to do this?
I have a number of combo-box fields on my form that are locked against editing. I don't want to confuse people by having them look like they can change the contents. Currently I put little rectangles over the arrow, but sometimes these seem to move (screen resolution?).
I tried changing the field to a text box, but this then just gives me the bound ID field (which is a number) instead of the related field (which is descriptive).
I wondered if there's a tidier way to do this?