E eddyc Registered User. Local time Today, 03:56 Joined Mar 23, 2011 Messages 43 Apr 1, 2011 #1 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
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
V vapid2323 Scion Local time Yesterday, 19:56 Joined Jul 22, 2008 Messages 217 Apr 1, 2011 #2 Why not add a button in the subform that on click runs DoCmd.Requery
missinglinq AWF VIP Local time Yesterday, 22:56 Joined Jun 20, 2003 Messages 6,420 Apr 1, 2011 #3 Go to Tools - Options - Advanced and set the Refresh Interval to whatever you want, in seconds. The Default is 60 seconds. Linq ;0)>
Go to Tools - Options - Advanced and set the Refresh Interval to whatever you want, in seconds. The Default is 60 seconds. Linq ;0)>