R
Robert
I've got a custom property to validate two fields. I want to validate as the
user exits the field (rather than using the field validation done at form
close). If the value is outside the script logic, I clear it.
Problem is, I can't seem to find a way to put the focus back on the control
(text box) that created the validation error.
Where is setfocus or .focus or "go to this control" in VB Script? I guess I
really should have done all this in VBA but my boss wanted an
"organizational" form on our exchange server.
TIAs,
Robert
user exits the field (rather than using the field validation done at form
close). If the value is outside the script logic, I clear it.
Problem is, I can't seem to find a way to put the focus back on the control
(text box) that created the validation error.
Where is setfocus or .focus or "go to this control" in VB Script? I guess I
really should have done all this in VBA but my boss wanted an
"organizational" form on our exchange server.
TIAs,
Robert