In my Access 97 application, the normal deletion confirmation message ("You are about to delete ...") no longer appears when I delete a record using a particular form bound to a particular table. Since there is now no deletion confirmation message displayed, the AfterDelConfirm event procedure is not run, and that's causing major problems for the application. Up until today, the message appeared, the event procedure ran, and everything worked as it should.
Does anyone know how this could change all of a sudden, and what I might do to correct it? Note that I have already verified the following:
1. Under Tools, Options, Edit/Find, all the options (including Record Changes) are enabled in the Confirm area.
2. When I delete a record from the same table directly in Datasheet view, and when I delete a record from another table (whether via a bound form or directly from the table in Datasheet view), the normal delete confirmation message appears.
3. Warning dialogs have not been disabled in this form. In addition, even when I run a macro which explicitly enables warning dialogs, the problem persists.
Does anyone know how this could change all of a sudden, and what I might do to correct it? Note that I have already verified the following:
1. Under Tools, Options, Edit/Find, all the options (including Record Changes) are enabled in the Confirm area.
2. When I delete a record from the same table directly in Datasheet view, and when I delete a record from another table (whether via a bound form or directly from the table in Datasheet view), the normal delete confirmation message appears.
3. Warning dialogs have not been disabled in this form. In addition, even when I run a macro which explicitly enables warning dialogs, the problem persists.