MsgBox, open table in same db

  • Thread starter Thread starter JR
  • Start date Start date
J

JR

I have a form that is used to perform 20 sequential append
queries launched by clicking on a command button.

The queries are in modules as they contain more than 256
characters and will not fit in macros.

While the form functions as designed I would like to
enhance it by

1) adding a MsgBox at the begining which alerts the user
that it will take some time to complete the queries and

2) When all the queries are finished open the table that
was added to and close the form.

Any ideas on how to accomplish these things?

Thanks,
JR
 
Back
Top