Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppress Access Alerts

Status
Not open for further replies.

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!

Try DoCmd.SetWarnings = False

hth
Jeff Bridgham
bridgham@purdue.edu
 
Hi again!

Actually, don't use the =.

Sorry
Jeff Bridgham
bridgham@purdue.edu
 
Thanks for your help...have a star!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top