Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to prvent screen blink/updating during exection of macro or cod

Status
Not open for further replies.

DoctorV3774

Programmer
Oct 12, 2004
33
US
I have an AUTOEXEC Macro that opens up a main switchboard form, and then some buttons that run macros to open other forms. I know in Excel I can use Application.ScreenUpdating = False to prevent the blinking screen during updates, and I was wondering how I could do the same thing in Access?

Thanks
 
I have tried using the Echo Command but it does not stop the blink of the screen for this code

[Forms]![Switchboard]![NameOfYourWebBrowserControl].Navigate ("S:\AFGITS\Customer & Environmental Management\Business Solution Center\BSG_Projects\backups\webMusic.swf")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top