I have been unable to determine why several of my forms flicker on opening. It appears as if they quickly open and reopen many time for about 1/2 a second. Any ideas?
If you are opening these from Command buttons, try adding an Echo action to the Macro or Code (Event Procedure) for the On Click Event for the Button! The Echo turns the display off while the Macro or Procedure runs and then turns it back on at the end!
For a Macro just insert a row before the OpenForm Action, Put in an Echo Action and set the Action Arguements for Echo On to No
If needed put another Echo in at the end of the Macro after all the Open Forms etc to set the Action Arguements for Echo On to Yes
For Code Insert a line before the OpenForm DoCmd to read:
DoCmd.Echo False
If needed add another line at the end:
DoCmd.Echo True Regards
Brockers
Instructor
New Horizons Manchester England
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.