Mar 12, 2002 #1 grassaj Programmer Joined Mar 1, 2002 Messages 17 Location US Is there any way to override alerts in Access, such as there is in Excel: Application.DisplayAlerts=False?
Is there any way to override alerts in Access, such as there is in Excel: Application.DisplayAlerts=False?
Mar 12, 2002 #2 ToeShot Programmer Joined Sep 8, 2001 Messages 400 Location US DoCmd.SetWarnings Off Dave ToeShot@Hotmail.com Today Is Tomorrows Yesterday. So Why Wait Upvote 0 Downvote
Mar 12, 2002 #3 THoey IS-IT--Management Joined Jun 21, 2000 Messages 2,142 Location US Remember to turn them back on, or you will not see any others... Terry M. Hoey Upvote 0 Downvote
Mar 12, 2002 Thread starter #4 grassaj Programmer Joined Mar 1, 2002 Messages 17 Location US Thanks for the tip! Works like a charm. Upvote 0 Downvote