J
Jess
I have a form where the before_update sub is run before changes are updated.
I need to analyze the text property content for a few textboxes on my form in
order to decide whether the data is correct or no -if not correct, me.undo is
called. I get an error because most of the textboxes do not have the focus.
The validation rule property cannot be used since before_update calls
different functions to analyze the data.
Can anybody point me to a workaround? I do not want to shuffle the focus
around in order to access the text property.
Thanks
I need to analyze the text property content for a few textboxes on my form in
order to decide whether the data is correct or no -if not correct, me.undo is
called. I get an error because most of the textboxes do not have the focus.
The validation rule property cannot be used since before_update calls
different functions to analyze the data.
Can anybody point me to a workaround? I do not want to shuffle the focus
around in order to access the text property.
Thanks