Label back colour changes when editing
Label back colour changes when editing
(OP)
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.
Where is this coming from?
Where is this coming from?
RE: Label back colour changes when editing
Duane
Hook'D on Access
MS Access MVP
RE: Label back colour changes when editing
The Back Color of each label is set to No Color, Back Style to Transparent.
RE: Label back colour changes when editing
Duane
Hook'D on Access
MS Access MVP
RE: Label back colour changes when editing
RE: Label back colour changes when editing
Duane
Hook'D on Access
MS Access MVP
RE: Label back colour changes when editing
RE: Label back colour changes when editing
RE: Label back colour changes when editing
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.
RE: Label back colour changes when editing
RE: Label back colour changes when editing
sxschech - did a search for one label name and there's no reference to it anywhere in the code
Andrzejek - I'm just in Design View when this happens, so no code running.
MajP : definitely a label. It also happens if I insert a new unbound label and expand it out, when it fills with a colour like red wine
RE: Label back colour changes when editing
I find it's specific to certain existing forms. If I create a new blank form and add a label it's ok.