Hello friends,
Situation : A simple form with one textbox field "person". Because it is subform, on my form I get a list of persons. Each person has to click another field "time" to set his current time (intake).
Problem : it happens that a person clicks the timefield with is not related to his name. eg. marc clicks in timefield of evar.
Solution : the id is when the user is doing the event MouseOver on the timefield the scale of the personfield is enlarged to emphazize the name.
I know you can enlarge a textbox. But I think he will enlarge al the textboxes for each person on my form.
Any Id if this possible or a better solution ?
thanks,
Situation : A simple form with one textbox field "person". Because it is subform, on my form I get a list of persons. Each person has to click another field "time" to set his current time (intake).
Problem : it happens that a person clicks the timefield with is not related to his name. eg. marc clicks in timefield of evar.
Code:
personfield "marc" timefield #00:00#
personfield "evar" timefield #08:11#
Solution : the id is when the user is doing the event MouseOver on the timefield the scale of the personfield is enlarged to emphazize the name.
I know you can enlarge a textbox. But I think he will enlarge al the textboxes for each person on my form.
Any Id if this possible or a better solution ?
thanks,