Jan 6, 2003 #1 SunGodly Programmer Joined Jul 16, 2002 Messages 40 Location US Hi, does anyone know if there is a way to suppress alerts in Access similar to the DisplayAlerts method in VBA? Thanks.
Hi, does anyone know if there is a way to suppress alerts in Access similar to the DisplayAlerts method in VBA? Thanks.
Jan 6, 2003 #2 jebry Programmer Joined Aug 6, 2001 Messages 3,006 Location US Hi! Try DoCmd.SetWarnings = False hth Jeff Bridgham bridgham@purdue.edu Upvote 0 Downvote
Jan 6, 2003 #3 jebry Programmer Joined Aug 6, 2001 Messages 3,006 Location US Hi again! Actually, don't use the =. Sorry Jeff Bridgham bridgham@purdue.edu Upvote 0 Downvote
Jan 6, 2003 Thread starter #4 SunGodly Programmer Joined Jul 16, 2002 Messages 40 Location US Thanks for your help...have a star! Upvote 0 Downvote