I've inherited a database where the forms' text box labels have an irritating back colour change when clicking text to edit it, making the text very hard to read.
Since you are referring to label controls, I expect there might be some VBA code in the On Focus of the associated text boxes that changes the label background format properties.
Bit mystified because none of the text boxes has an event attached. Even searched the entire project for 'BackColor' and it doesn't appear in the code.
What about clicking on one of the label/textboxes seeing what its name is in the properties window and search for that in the vba code and see if something shows up that may be related to colouring?
Did you try to step thru the code "when clicking text to edit it"?
That may be the easiest way to find out where and how the BackColor of the label is changed.
Have fun.
---- Andy
A bus station is where a bus stops. A train station is where a train stops. On my desk, I have a work station.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.