Change colour on Greyed out (non enable) feild

R

Robert

How do i change the colour of a feild that is greyed out.
It is a bit hard to read. I do not want to enable feild.
Global change is perfered or on a indivial feild will work
 
G

Gary Miller

Robert,

I am not aware of any way to change the back colour of a
textbox that is 'greyed out' by setting to Enabled = False,
however you can set it to Locked = True and it will retain
whatever colour you choose and it has basically the same
effect.

--

Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
 
V

Van T. Dinh

Set the Enabled Property to False AND the Locked Property
to True. You should get normal display rather than greyed
out.

HTH
Van T. Dinh
MVP (Access)
 
Top