P
pvp
I am trying to achieve a system where there are no po-up
error messages - I just make visible error messages in
the form itself next to where the error originated among
its fields.
I use BeforeUpdate to check all fields are OK before
creating a new record. When I set Cancel to True, I get a
pop up error message 'you can't go to this record'. Is
there any way, when I find something wrong in a new
record's data, that I can quietly return to the form for
corrections to be made without this message coming up?
Thanks,
error messages - I just make visible error messages in
the form itself next to where the error originated among
its fields.
I use BeforeUpdate to check all fields are OK before
creating a new record. When I set Cancel to True, I get a
pop up error message 'you can't go to this record'. Is
there any way, when I find something wrong in a new
record's data, that I can quietly return to the form for
corrections to be made without this message coming up?
Thanks,