Message Box

  • Thread starter Thread starter Krzysztof Pozorek [MVP]
  • Start date Start date
K

Krzysztof Pozorek [MVP]

(...)
Table) which I don't want the user to see or use. How can I get the
response
of "Yes" to all these messages without the user to click it?

Docmd.SetWarnings false

K.P.
 
I have a make table query. And Everytime I run this query I get the following
system built in messages, (You are about to run a make table qry that will
modify Data In your table, VB Yes/No) then(The Existing Table will be deleted
before you run the qry), then(you are about to paste 1234 rows into the xxx
Table) which I don't want the user to see or use. How can I get the response
of "Yes" to all these messages without the user to click it?
Thanks a lot
Thanks for your time.
 
Back
Top