Report delay message

  • Thread starter Thread starter Silvio
  • Start date Start date
S

Silvio

I have few reports that take from 30-60 seconds before they open up due to
have query calculations. What is the best way to I have a message such as
“Please wait while the report is generate.†be displayed and then disappear
once the report opens up?

Thanks,
Silvio
 
Create a custom form that you open and display and then use the an event
in the report (first page header Format event?) to close the form if it
is open.

'====================================================
John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
'====================================================
 
Back
Top