Alert message when deleting

  • Thread starter Thread starter Steve Miller via AccessMonster.com
  • Start date 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.
 
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.
 
Back
Top