May 16, 2011 #1 lr999 Technical User Joined May 16, 2011 Messages 30 Location US How to hide MS Access alert ("You are about to delete one record")
May 16, 2011 #2 ZmrAbdulla Technical User Joined Apr 22, 2003 Messages 4,364 Location AE Code: DoCmd.SetWarnings False Your code... DoCmd.SetWarnings True Zameer Abdulla Upvote 0 Downvote