I am running/coding update queries in MS Acess VBA 2002
and each update query asks the user to click "Yes or No" to verify they want to update the table.
I do not want this user interaction (since there are alot of queries)
How can I set the Display Alerts to FALSE (like in Excel) so that this box does not pop up asking the user if they want to update the table?
or is there a way for me to hard code a line to automatically click "Yes" for the end user when this verification box/display alert pops up?
I have searched for this answer and cannot find it. Thank in advance for ANY help. This project is due tomorrow Friday the 8th.
Willis
and each update query asks the user to click "Yes or No" to verify they want to update the table.
I do not want this user interaction (since there are alot of queries)
How can I set the Display Alerts to FALSE (like in Excel) so that this box does not pop up asking the user if they want to update the table?
or is there a way for me to hard code a line to automatically click "Yes" for the end user when this verification box/display alert pops up?
I have searched for this answer and cannot find it. Thank in advance for ANY help. This project is due tomorrow Friday the 8th.
Willis
Comment