D
Daniel
When I delete a record using DoCmd.RunSQL and I want to
suppress the Access delete MsgBox, how do I do that? On
the click event there is no Response parameter to use
acDataErrContinue.
Also, when trapping errors, how far does on go to do
that? That is to say, when I have a DoCmd.OpenForm on a
click event, there is no real need to do an error handler,
right?
Should I put something in every forms Form_Error event?
and if so, what sort of thing does one enter?
Thanks
Daniel
suppress the Access delete MsgBox, how do I do that? On
the click event there is no Response parameter to use
acDataErrContinue.
Also, when trapping errors, how far does on go to do
that? That is to say, when I have a DoCmd.OpenForm on a
click event, there is no real need to do an error handler,
right?
Should I put something in every forms Form_Error event?
and if so, what sort of thing does one enter?
Thanks
Daniel