Microsoft
Software
Hardware
Network
Question : How not to display Alerts of an update query when a form is opened
I have a form which runs an update query (inside Sub Form_Load) when it is loaded. But because it is an update query , access displays an alert
saying you are about to run an update query.... Do you want to continue
Then it says "You are about to update 2 row(s)" ........ Click yes or on
How can can I disable these alerts, for this form. I couldnt find something like in excel
application.displayalerts=
false
thanks
Answer : How not to display Alerts of an update query when a form is opened
Just put this line in the Load event code (before running the update query):
DoCmd.SetWarnings False
Random Solutions
Teradata Where Clause - Limit date to this month
Win 2003 server dns
Carrier Unlock for iPhone 3GS iOS 4.0.1 (8A306)
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
Best Practice Disk Partitions
RSH client for windows 2008 r2
Blackberry Enterprise Express on Exchange 2007 Can't resolve name during MAPI Profile Setup
SSIS getting data from SQL to Oracle
How do I get our WAN address using Windows Power Shell
Oracle Error "To many precesion Specifiers"