P polina Registered User. Local time Today, 23:10 Joined Aug 21, 2002 Messages 100 Oct 2, 2002 #1 Hi Is there a way to code somewhere on the form so it would automatically refresh every 60 seconds? Thanks
Hi Is there a way to code somewhere on the form so it would automatically refresh every 60 seconds? Thanks
R Rob.Mills Registered User. Local time Today, 18:10 Joined Aug 29, 2002 Messages 871 Oct 2, 2002 #2 Place this line in the On Timer event of your form: Me.requery Then set the Timer Interval to 60,000.
Place this line in the On Timer event of your form: Me.requery Then set the Timer Interval to 60,000.