Popup indicating Success

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How could I set a popup warning to say that a query was completed (I've
disabled the Warnings to reduce the clicks required to complete an append
query).

Thanks.
 
Since execution is asynchronous, if you put a message box immediately after
where you're running the statement, it shouldn't appear until the query's
been run.
 
Thanks Douglas, did the trick.


Douglas J. Steele said:
Since execution is asynchronous, if you put a message box immediately after
where you're running the statement, it shouldn't appear until the query's
been run.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top