How to auto refresh an open report?

A

Auto Refresh

I have a report which has queries for every list box in it. The report
reflect a form which users work on. I just want to have this report stay
open and being refreshed every 5 seconds or so.

Any suggestions?
 
M

Marshall Barton

Auto Refresh said:
I have a report which has queries for every list box in it. The report
reflect a form which users work on. I just want to have this report stay
open and being refreshed every 5 seconds or so


Reports are static snapshots of the data they display.
You'll have to close the report and reopen it.
 
Top