Confirm Documents Deletions Not Working

K

Karen

In Tools, Options,Edit/Find Tab, the Confirm Documents
Deletions check box is select. The user has occurrances
where the confirmation dialog box appears, then other
times on the same workstation there is no prompt the
record just gets deleted.
 
K

Ken Snell [MVP]

Likely the VBA code is setting the Response variable to acDataErrContinue in
the BeforeDelConfirm event's procedure.
 
Top