Does deleting a record by clicking on a record selector and hitting 'delete' on the keyboard raise any events? I tried the 'on delete' event of the subform the record is in and it didn't seem to work.
On delete should work. Question biggy: Does an access warning box pop up saying "You're about to delete a record..."?
If not you've prolly got some error checking going on, or you've turned of the warning events. Try the on delete even in a new blank form in a new blank database just to see if it works. i'm sure it will so you then need to track back and find ut why it's being stopped in your app
Start the app with shift held down and open the form direcly - if it still gives no trigger or warnings youve narowed it down to that form. if it does then it's app-wide or on start up
I'm an idiot. I should have tried the on delete confirm before posting but I didn't. I'm not sure why the on delete didn't work, but the confirm one works perfectly.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.