C
Charles
I am trying to automate a procedure where a table is automatically made,
using a make table query, when the user pushes a button to save a record.
The problem occurs when the user presses the "Save" button they get a
warning message box that says "You are about to run a make table query that
will modify data in your table - Do you want to continue anyway?". After
they press "yes" they get a second warning message box that says "The
existing table will be deleted before you run the query. - Do you want to
continue anyway?". After they press "yes" to this question, they then get a
third warning message box that says "You are about to paste '20' rows into a
new table."
Obviously this is a major pain in the rear. I just want Access to do all of
this in the background, transparent to the user. How do I go about getting
these message boxes to quit appearing everytime I try to run a make table
query?
Thank You
Charles
using a make table query, when the user pushes a button to save a record.
The problem occurs when the user presses the "Save" button they get a
warning message box that says "You are about to run a make table query that
will modify data in your table - Do you want to continue anyway?". After
they press "yes" they get a second warning message box that says "The
existing table will be deleted before you run the query. - Do you want to
continue anyway?". After they press "yes" to this question, they then get a
third warning message box that says "You are about to paste '20' rows into a
new table."
Obviously this is a major pain in the rear. I just want Access to do all of
this in the background, transparent to the user. How do I go about getting
these message boxes to quit appearing everytime I try to run a make table
query?
Thank You
Charles