Delete Record Event

F

FBxiii

Hi. I want to run a function when a user deletes a record from a continuous
form.

The event doesnt work in the Delete event as I need to run the function
after the record has gone. The AfterDelConfirm event doesnt seem to work as
I the DB set up to not ask for confirmation of deletion.

Which event should I use or am I not using the Delete event correctly?

Cheers,
Steve.
 
F

FBxiii

The problem is, the AfterDelConfirm event is not running as I have Record
change confirmations turned off.

Is there a way to 'fool' access into thinking I have confirmed the deletion?

I tried acDeleteOK = True but I just got an error.

Ive also tried Me.Dirty = False in the Delete event but the recordset doesnt
seem to get saved.
 

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