Changing the colour if disabled text boxes

aca00js

Registered User.
Local time
Today, 23:45
Joined
May 7, 2003
Messages
14
I'm working on a project in access where the result of a query is returned into a text box. I want the users of this system to be able to view the value in the box but not to be able to change it. This can obviously be accomplished by changing the 'Enabled' property of the box to 'No', but this has the effect of graying out the box, making it hard to easily read the contents.

I was wondering if anyone knows how to change the colour of a disabled text box so it appears like an enabled one?

Any help would be greatly appreciated,

Cheers, Simon
 
Change Enabled to 'No' and Locked to 'Yes'

IMO
 
Excellent, thanks, I knew there was an easy way to do it :)
 

Users who are viewing this thread

Back
Top Bottom