Refreshing Presentation Screens

R

Ron Carr

I am writing a system in Access 2003 for a non-profit: it is an Auction
system which will be conducted over the local radio station.
I am concerned with presenting the latest bid info using projectors: the
options I see are:
displaying reports in print preview under control of a timer, closing and
reopening the report every few seconds
Making a Form to display data and using Requery every few seconds

Any ideas on the best way to do this effectively?
 
A

Alex Dybenko

Hi,
i think using form and requering it recordsource will better fit into your
needs
 
Top