Screen Updating

  • Thread starter Thread starter Dwight
  • Start date Start date
D

Dwight

How do I ensure that the screen does not update until it
is finished running through the code?

I am using Application.Echo False at the beginning of
the "On Open" event and Application.Echo true at the end,
but I still see the form flashing through records.

I do have sub-forms in the main form, and I also run
the "On Current" and "On Activate" events.

Thanks in advance!

Dwight
 
I am trying to get the first record to stop displaying
before it goes to the record I selected from a listbox in
the previous form.

Thanks again!

Dwight
 
Back
Top