Locked/Enabled Records

M

Matt

I've got a form in Datasheet view. When records are locked & enable=false the
record's font color changes from black to a light grey. Is there a way to
change the color of the locked text to black, or any other color?

-Matt
 
A

Allen Browne

The controls go dim if Enabled and Locked are both False.

Setting Locked to True should make them the normal color again, while still
leaving them disabled.
 
M

Matt

Just figured it out. It is the Enabled control that makes it dimmed.

I had Locked=True, Enabled=False. Changed the Locked to False, and it was
still dimmed.

Set as Locked=True, Enabled=True reocords nolonger dimmed and records still
locked.

Thanks

-Matt
 
Top