delete record warning off

hullstorage

Registered User.
Local time
Today, 14:51
Joined
Jul 18, 2007
Messages
213
can somebody tell me how to when i delete a record
it does not warn me first

thanks
simon
 
How are you deleting it?
 
i have created a button next to the record on click delete
works fine but i am getting the standard microsoft access prompt
are you sure you want to delete
 
I meant the code, but try

DoCmd.SetWarnings False
your code here
DoCmd.SetWarnings True
 

Users who are viewing this thread

Back
Top Bottom