Alert message when deleting

  • Thread starter Steve Miller via AccessMonster.com
  • Start date
S

Steve Miller via AccessMonster.com

When clicking on a Delete-Button (in order to delete a record), I want a
warning to come up. I thought this to be a standard setting, but for some
reason my database deletes the record without asking. I would greatly
appreciate any help.
 
M

Mark M

Check your program options to see if there's something like "warn before
delete" that isn't enabled. Also, you could probably write a little macro
or code for the form's BeforeDelete or OnDelete or something like that.
 

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

Top