View Full Version : Check if function is still running


lordslayer
11-04-2005, 05:16 AM
Helo!

I have a major problem with one of VBA's functions. I'm using a loop to print reports. The reports are opened by DoCmd.OpenReport "ReportName". Now what i want to do is to check if this function is still running because often i get an error message that OpenReport function is currently unavailable... :mad:

If anyone has any ideas, please reply because i ran out...

thnx

ghudson
11-04-2005, 06:05 AM
Add a message box to the end of the function to tell you when the function() or sub() is done.

lordslayer
11-08-2005, 01:26 AM
thanks for help but i already solved the problem with errorhandling...