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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide screen changes

Status
Not open for further replies.

Zygor

Technical User
Apr 18, 2001
271
US
I have a database that creates other databases. During the creation, the program 'jumps' between the 2 databases several times, causing a flickering effect. When finished, the original database retains focus. I have been trying to hide the going between the 2 databases kind of like application.screenupdating =false in Excel.
I have had no luck. Anyone have any advice?
 
I figured it out. Docmd.echo false
 
Hi,

i don't know how you create the other db's, but you might wanna use
Code:
application.Visible = False

EasyIt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top