G
Guest
I have lots of entry forms in a database. I would like to help the user and
make the color of the active control change so the user knows where she/he
is.
I put a procedure
Sub ChangeColor
Me.ActiveControl.BackgroundColor=xxxx
in a general modul but the word Me did confuse it.
Since I'd like to use this procedure in several forms how can I make a
reference to the active form without actially use its name?
make the color of the active control change so the user knows where she/he
is.
I put a procedure
Sub ChangeColor
Me.ActiveControl.BackgroundColor=xxxx
in a general modul but the word Me did confuse it.
Since I'd like to use this procedure in several forms how can I make a
reference to the active form without actially use its name?