Locked/Enabled Records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
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
 
Back
Top