Not turn labels grey when the text box is disabled and not locked

K

Kpatel

Is there a way by which I can have the labels attached to a text box not turn
grey when the associated text box is disabled and not locked? I do not want
to lock the text boxes because then the text boxes will appear as though data
entry is permitted. Any help on this will be greatly appreciated.

Thanks
 
D

Duane Hookom

The only way is to detach the labels and re-create them as standard labels
(not children of text box). Select a label and press Ctrl+X and the press
Ctrl+V to paste the label back on your form.
 
Top