The DoMenu command was stopped?

  • Thread starter evilcowstare via AccessMonster.com
  • Start date
E

evilcowstare via AccessMonster.com

I have used the wizard to put a delete record button on my form..

When the button is clicked it says.... Do you want to delete this record etc
etc.
It gived to options yes and no. Yes just deletes it and all done, if you
click no then I get an error message of "the domenu" command was stopped.
Does anyone know how to get rid of this?

Thanks
 
K

kingston via AccessMonster.com

In the code generated by the wizard, put an apostrophe in front of the line
MsgBox Err.Description. However, this will stop other error messages that
might be important.
 
E

evilcowstare via AccessMonster.com

Hi Thanks for the reply, bit strange why it does it in the 1st place just for
saying no dont delete it.

Thanks
In the code generated by the wizard, put an apostrophe in front of the line
MsgBox Err.Description. However, this will stop other error messages that
might be important.
I have used the wizard to put a delete record button on my form..
[quoted text clipped - 5 lines]
 
Top