refresh a report automatically every 5 sec.

S

Saleh

I administer a training center database, I have a report shows the closed
courses and I am trying to make this report refresh itself automatically
every 5 sec.
Is there any way to do this in MS Access 2002?
 
A

Arvin Meyer

Build a form with a timer event that opens the report. Set the timer
interval property to 5000. That's in milliseconds. I assume your report can
open in less that 5 seconds or you will be causing errors and possible
corruption.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
S

Saleh

Thanks it works now. But my form more than one page and only page No. 1
viewed. How can I view all pages automatically?
 
S

Saleh

Thanks it works now. But my form more than one page and only page No. 1
viewed. How can I view all pages automatically?
 
Top