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
json string
XP - can boot into safe mode, but not safe mode with networking. Also can't boot normally
Trying to connect to the server using Microsoft SQL Server Management Studio
ASA 5505 DMZ won't Access Internet
Speed of Select query is very slow
Named anchor tags in IE
Remove Old AD Computer Account via Command Line
Copying the shade of diagram into a table cell
ASP.Net -- add a ScriptManager and get "Failed to load source for:
http://localhost:63366/pub
How Do I Remove The File Tab From Ribbon In Access 2010