OutputTo screen flick

E

Erez

hi all
does anyone know how to eliminate the screen changes and
flicking during an DoCmd.OutputTo command?
it really looks bad (or it's only me that experience it?)
(i use access 2002)
 
W

Wayne Morgan

I've not found it possible to get rid of all of the flickers, but you may want to try the
DoCmd.Echo command to turn off the screen echo during the output then turn it back on when
you're done. Don't forget to turn it back on in your error handler as well so that you
won't be locked out if there is an error.
 
Top