Realtime

A

Andre

Is it possible for a query to present data in realtime. Or maybe refreshing
it in some intervals.
 
D

Duane Hookom

I assume the query stays open and you want it refreshed without closing. I
don't think this is possible. However, you could/should open a form to
display your records and set code in the Timer event to requery the form.

-- [toz] --
Duane Hookom
MS Access MVP
 
Top