M
marwan
I have many TextBoxes in my form (about 14 TextBox)
I want all of them to behave in the same manner in the "BeforeUpdate"
event.
Is there any method to unify the code of the Event procedure, rather
than repeating it for every TextBox I have?
I know this is possible through class modules, but how?
Thanks
I want all of them to behave in the same manner in the "BeforeUpdate"
event.
Is there any method to unify the code of the Event procedure, rather
than repeating it for every TextBox I have?
I know this is possible through class modules, but how?
Thanks