Send text message to a form

  • Thread starter Thread starter Bill Nguyen
  • Start date Start date
B

Bill Nguyen

I need to know how send text message to a dialog box/ form to show progress
of a process running in background.
An example would be helpful.
Thanks
Bill
 
Hi Ken;

Thanks for the tip. I wonder if what I was looking for is a bit different.

In Form1, I call a Sub1 residing in Module1. Module1.Sub1 will process all
records in a recordset one by one (For ... Each loop). As it's processing, I
would like to display on Form1 informatioon about the current record being
processed.

How do I update Form1 during the loop being controlled by Module1.Sub1?

Thanks
Bill
 

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