I have a linked table tblLinked
which has new records coming in every 0.5 secs or so. I have a form frmLinked
whose recordsource is tblLinked
. When I requery frmLinked
, I notice (from a timestamp
field in frmLinked
) that new records which have been added to tblLinked
in the last 5 secs or so do not appear on the form. If I keep requerying, these records appear 5 secs later.
This lag did not happen prior to splitting the database. So why does Access only check for new records in linked records every 5 secs? How can I reduce this lag interval?