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
ESXi compatible hardware
In RTE paste does not work in IE8
GFI 2010 Limits exchange 2003 incoming email 2 mb! ARGH!
Multiple counts on 1 column
Exchange 2010 mapidelivery queue holding email
Outlook address book problem
check if record is already locked
FTP not working on Windows Server 2008 IIS 7
SQL 2005 Select Query from multiple tables
Should Sys Admins (Domain Admins) also have user accounts?