refresh a report automatically every 5 sec.

G

Guest

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
 
G

Guest

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

Guest

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

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

Top