Flickering between records

  • Thread starter Thread starter XMan
  • Start date Start date
X

XMan

I have a busy form with 10-15 queries. The form is flickering during
browsing records. It's probably be the refresh between the controls and
queries. Is it possible to delay all controls refreshes until all queries
are finished? TIA.
 
You may look at DoCmd.Echo. With that you can forbit the refresh of the
drawings. Or you can use a query to create a table with the data you use in
the form. But then there is no direct possibility to update the original
data directly.

Lars
 
Back
Top