I have a make table query that is run through a macro right now. This is what I have in my macro action section so far:
I don't want the user to see anything when the query runs, and they don't see the actual query, but they see three popup boxes like this
First One:
Second One:
Third One:
Does anyone know how to make it so the user never sees this using the same macro?
-Chris
Code:
OpenQuery
Close
First One:
Code:
You are about to run a make-table query that will modify data in your table.
Are You Sure?
|Yes| |No| |Help|
Second One:
Code:
The exsisting table will be deleted.
Continue?
|Yes| |No|
Third One:
Code:
You are about to paste 3 Rows into a new table. Continue?
|Yes| |No|
-Chris