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!

Refresh form while in VBA process

Status
Not open for further replies.

TheRealDeal

Technical User
Nov 16, 2001
187
US
Whenever I am in a particular process and have feedback coming to a form and I step away to another application, the feedback no longer refreshes. How would I overcome this? The feedback is actually a variable that increments with each record and is displayed on the form.
 
Have you tried to play with the DoEvents function ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
me.refresh or me.requery


Ian Mayor (UK)
Program Error
Programming is 10% coding and 90% error checking.
 
scrub that - miss read the question

Ian Mayor (UK)
Program Error
Programming is 10% coding and 90% error checking.
 
What would DoEvents offer me and how would I utilize it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top