I have a Combo control for CustomerName where the underlying control source is customer number, but the operator selects customer name in the dropdown... very basic stuff. On a separate tab control (page), I want to have a similar control, however, it is for display only. I can use the same control with locked set to true and the operator isn't able to change the data. This is just what I want, except that the control still appears as a dropdown (Combo box) and the operator can still pull the dropdown. However, he/she can't select anything. This is a little confusing to some new operators.
Is there a way I can make the combo box look like a text box (locked) so the operator doesn't think he/she can change it?
Thanks, Eddie