Mike Smith
Registered User.
- Local time
- Today, 21:00
- Joined
- Sep 22, 2000
- Messages
- 20
I want to highlight a form's field whenever it has the focus. It's easy enough to do by assigning code to the GotFocus Event for the field
(Me.ActiveControl.Backcolor=10079487)
but I don't want to have to go in to all 235 fields to do it. Can I assign this change globally and if so how? Naturally, I want the color to change
back to white when the field loses the focus.
Thanks!
(Me.ActiveControl.Backcolor=10079487)
but I don't want to have to go in to all 235 fields to do it. Can I assign this change globally and if so how? Naturally, I want the color to change
back to white when the field loses the focus.
Thanks!