Mike Smith
Registered User.
- Local time
- Today, 20:01
- 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? Thanks!