S
sk
I have a split db with linked tables that is VERY slow. the fe is on local
machines and Name autocorrect is off, record-level locking is off, default
open mode is shared. The database is not very large.
I populate listboxes using by putting sql statements in the RowSource
property the call a requery on the listboxes.
I'm also using CurrentDb.CreateQueryDef to make the updates to the data as
needed.
Any thoughts on what I can do to speed things up or check to see what is
holding up the processing?
machines and Name autocorrect is off, record-level locking is off, default
open mode is shared. The database is not very large.
I populate listboxes using by putting sql statements in the RowSource
property the call a requery on the listboxes.
I'm also using CurrentDb.CreateQueryDef to make the updates to the data as
needed.
Any thoughts on what I can do to speed things up or check to see what is
holding up the processing?