Refreshing a Form

eddyc

Registered User.
Local time
Today, 03:56
Joined
Mar 23, 2011
Messages
43
Hi, What is the best way to refresh a form (this is a subform) to make sure the information is current it only needs to be every couple of minutes maybe?

Cheers ed
 
Why not add a button in the subform that on click runs DoCmd.Requery
 
Go to Tools - Options - Advanced and set the Refresh Interval to whatever you want, in seconds. The Default is 60 seconds.

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom