WalkieTalkie
Technical User
In Access 2003, have a continuous form with three textboxes:
[PaymentDate]
[PaymentType]
[PaymentAmount]
To edit a record, the user clicks on PaymentDate, and a single form pops up showing only the record selected.
I want the PaymentDate texbox to change to FontUnderline = True when the user hovers the mouse over the PaymentDate textbox (ie on the MouseOver event).
With the built-in Conditional Formatting, I can achieve this but only when the textbox receives the focus; not on the MouseOver event. I'm sure it must be possible to write code to achieve this, but its a bit beyond my abilities. Can anyone suggest code that would achieve this?
[PaymentDate]
[PaymentType]
[PaymentAmount]
To edit a record, the user clicks on PaymentDate, and a single form pops up showing only the record selected.
I want the PaymentDate texbox to change to FontUnderline = True when the user hovers the mouse over the PaymentDate textbox (ie on the MouseOver event).
With the built-in Conditional Formatting, I can achieve this but only when the textbox receives the focus; not on the MouseOver event. I'm sure it must be possible to write code to achieve this, but its a bit beyond my abilities. Can anyone suggest code that would achieve this?