I have a form.
It has serveral text boxes for user data entry.
I could of course write code to check if each is empty before proceeding to
save this data to a file.
Is there any global way to control if any of these text boxes is empty or
are we really forced to do it on a one by one basis doing If....End is so
many times?
Thanks,
Adam
It has serveral text boxes for user data entry.
I could of course write code to check if each is empty before proceeding to
save this data to a file.
Is there any global way to control if any of these text boxes is empty or
are we really forced to do it on a one by one basis doing If....End is so
many times?
Thanks,
Adam
Comment