Screen Updating in Access VBA

KaiProton

Registered User.
Local time
Today, 06:29
Joined
Jan 22, 2005
Messages
35
In my DBase Ive got a need to hide the screen changes from the user,

does anyone know if its possible in Access .. Ive looked over the help in access(2003) and cannot find it,

there is a command it excel "Application.screenupdate = true" and False to disable,

Can this be done is ACCESS, ive used the docmd.setwarnings = False and then true, but I cannot stop the screen moving,


Thanks..
 
Have you looked at the Echo Method?
 
Echo ?

I thought that was to Put Msg's in the Status Bar..
 
Did you look in Help?

The Echo method specifies whether Microsoft Access repaints the display screen.

If you are running Visual Basic code that makes a number of changes to objects displayed on the screen, your code may be faster if you turn off screen repainting until the procedure has finished running. You may also want to turn repainting off if your code makes changes that the user shouldn't see or doesn't need to see.
 

Users who are viewing this thread

Back
Top Bottom