D
Dennis
Hi,
I'm on Access via XP Office Pro w sp3 on XP Pro w sp3.
I’m new to Access and still learning by leaps and bounds. (Unfortunately,
sometimes those bounds cause me to inadvertently leap off a cliff.)
Anyhow, I’m now to the point where I’m having to edit the form to make sure
all of the required fields have been entered, which I do in either the Before
Update event or on the double click on the Save button event or both.
When I edit the fields, there could be multiple errors. The question is
what is the “best†or “most appropriate†way to display the errors? I
realize that this question might off a little from the purposes of this
forum, but I would greatly appreciate some help in this area.
I could display one error using MSGBOX, have the user fix the error, press
the save button again, and re-edit and then display the next error. This
seems to be rather slow and clumsy. Also, in order to fix the error, they
have to close the msgbox which means they no longer have the error message in
front of them. Not to mention, they have to repeat this process one error at
a time.
I’m thinking about opening another form (error form) and display all of the
error messages in that form. In addition, I will either change the color of
the control’s label or I’ll make the label’s asterisk visible for each
control that is error. Or I can display a number next to the label where the
number corresponds to the number of the error in the error form.
When the Save edit process starts again, it will make the error form
invisible, clear the error message, and then re-edit everything.
Is that a “normal†or more appropriate way to display the Before Update edit
error messages?
Thanks,
Dennis
I'm on Access via XP Office Pro w sp3 on XP Pro w sp3.
I’m new to Access and still learning by leaps and bounds. (Unfortunately,
sometimes those bounds cause me to inadvertently leap off a cliff.)
Anyhow, I’m now to the point where I’m having to edit the form to make sure
all of the required fields have been entered, which I do in either the Before
Update event or on the double click on the Save button event or both.
When I edit the fields, there could be multiple errors. The question is
what is the “best†or “most appropriate†way to display the errors? I
realize that this question might off a little from the purposes of this
forum, but I would greatly appreciate some help in this area.
I could display one error using MSGBOX, have the user fix the error, press
the save button again, and re-edit and then display the next error. This
seems to be rather slow and clumsy. Also, in order to fix the error, they
have to close the msgbox which means they no longer have the error message in
front of them. Not to mention, they have to repeat this process one error at
a time.
I’m thinking about opening another form (error form) and display all of the
error messages in that form. In addition, I will either change the color of
the control’s label or I’ll make the label’s asterisk visible for each
control that is error. Or I can display a number next to the label where the
number corresponds to the number of the error in the error form.
When the Save edit process starts again, it will make the error form
invisible, clear the error message, and then re-edit everything.
Is that a “normal†or more appropriate way to display the Before Update edit
error messages?
Thanks,
Dennis