P
PeterM
I'm now at the stage that I need to build in some error handling in my
database. The question I have is say for example, I have a field that is
required on a form. I have a Save button attached to the form.
Should I check for the required field when the required field looses focus?
or in the Before Update procedure? or in the Form_Save event?
I tend to write a procedure that will scan the entire form and display a
generic form listing all errors and warnings at once instead of doing one at
a time. It that unnecessarily complicating the process?
Thanks for your advice!
database. The question I have is say for example, I have a field that is
required on a form. I have a Save button attached to the form.
Should I check for the required field when the required field looses focus?
or in the Before Update procedure? or in the Form_Save event?
I tend to write a procedure that will scan the entire form and display a
generic form listing all errors and warnings at once instead of doing one at
a time. It that unnecessarily complicating the process?
Thanks for your advice!