Progress bar or message

mr moe

Registered User.
Local time
Today, 19:12
Joined
Jul 24, 2003
Messages
332
Does anyone know how I can display a message while code is running. I have a database that is linked to a different database. When I run a report the linking takes about 45 secs. I'm trying to display something while code is running still. Any help would be greatly appreciated. Thanks.
 
Progress-Bar

That is VBA Code driven, so you can prolly set up a timer on the form that counts it down for 45 seconds.

Otherwise make a form, turn it to popup in the properties and open it when you start, close it when you end.
 
That's a good idea, but I don't know when to start and end. There is a code that connects to ms project file, it copys the data in an ms table. I want to set up something to display while it's still doing the process. I don't know how.
 

Users who are viewing this thread

Back
Top Bottom