MsgBox Question

R

Ryan

Is there a way to close a message box through code?

I would like to display a message box while I run a few
queries then close it once the queries have completed. Is
this feasible or would I need to create a new form to
perform this function?

Thanks,
Ryan
 
K

Ken Snell

No, not through code. Create your own form for displaying your message; you
then can control that as you wish.
 
S

Sandra Daigle

I would recommend creating your own form which is opened and closed by code.
You can create your own reusable custom message box for this and other
similar tasks that don't quite work with the standard message box. Here is a
link to one:

http://www.datastrat.com/DataStrat2.html
 

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

Top