R
Rich
Hello,
I have 10 textboxes on a form. I would like to validate
text-data entry on each textbox. I was looking for a
Form_Current event or Form_Change event but did not
recognize any such events. Or maybe there is a property
for the Textboxes where I can set data entry conditions?
Wondering about CausesValidation textbox property-how to
use.
I was thinking maybe I could create a custom form event
that would loop through an array of textboxes when the
event is raise and would check the content of each textbox
like as soon as the textbox loses focus. Is there such a
form event? Do I need to create one? How to create this
event and raise the event?
Thanks,
Rich
I have 10 textboxes on a form. I would like to validate
text-data entry on each textbox. I was looking for a
Form_Current event or Form_Change event but did not
recognize any such events. Or maybe there is a property
for the Textboxes where I can set data entry conditions?
Wondering about CausesValidation textbox property-how to
use.
I was thinking maybe I could create a custom form event
that would loop through an array of textboxes when the
event is raise and would check the content of each textbox
like as soon as the textbox loses focus. Is there such a
form event? Do I need to create one? How to create this
event and raise the event?
Thanks,
Rich