Hi All,
I'm writing a macro part of which includes running an update query. This will automate a number of other steps, and will run from a button on a form.
When the update query runs, it brings up a couple of dialogues boxes, the first saying:
You are about to run an update query that will modify data in your table.
Are you sure you want to run this type of action query...
Yes No Help
After hitting yes, the next box comes up saying:
You are about to update 3 row(s).
Once you click yes, you can't use the Undo command...
Yes No
Is there any way to prevent these dialogue boxes from appearing? These will only confuse the people who will be using the db.
Thanks
I'm writing a macro part of which includes running an update query. This will automate a number of other steps, and will run from a button on a form.
When the update query runs, it brings up a couple of dialogues boxes, the first saying:
You are about to run an update query that will modify data in your table.
Are you sure you want to run this type of action query...
Yes No Help
After hitting yes, the next box comes up saying:
You are about to update 3 row(s).
Once you click yes, you can't use the Undo command...
Yes No
Is there any way to prevent these dialogue boxes from appearing? These will only confuse the people who will be using the db.
Thanks