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
Teaching iPhone app creation...Any advice?
Excel 2007 Can Not Display Images From Web
Check a OU where all user accounts available and get the Exchange mailbox database.
Does ADO.Net provides any standard processo to swith to/from connected to disconnected datasource?
MYSQL USING "OR" and "AND" in same Query but still specific
Access is denied, unable to remove device when trying to delete a printer.
CRM and hosted Exchange
Server security analysis to determine patch level
Outlook 2003 POP3 account continues to download duplicate messages
Salesforce Outlook Connector with Server 2008 r2 Terminal Server