Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / July 2005

Tip: Looking for answers? Try searching our database.

Turn screen updating off

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
alexhatzisavas - 28 Jul 2005 09:14 GMT
Hi all.

In Access VBA, what is the equivalent of Excel's VBA statement:
Application.ScreenUpdating = False ?

In Excel, this statement disables the flickering of the screen while the
application is working.

In Access, i'm running some queries via a CommandButton on a Form, and i
would like to lose the flickering of the screen while the queries are being
executed.

Thank you,
Alex
Allen Browne - 28 Jul 2005 09:30 GMT
In Access:
   DoCmd.Echo false

Be sure to turn it back on again (e.g. after the error recovery) or your
working blind.

Signature

Allen Browne - Microsoft MVP.  Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

> In Access VBA, what is the equivalent of Excel's VBA statement:
> Application.ScreenUpdating = False ?
[quoted text clipped - 9 lines]
> Thank you,
> Alex
David C. Holley - 28 Jul 2005 13:07 GMT
Try DoCmd.Echo False/True

> Hi all.
>
[quoted text clipped - 10 lines]
> Thank you,
> Alex
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.