The DoMenu command was stopped?

  • Thread starter Thread starter evilcowstare via AccessMonster.com
  • Start date 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
 
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.
 
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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top