Auto refresh for every 5 minutes

jamesfranklin

Registered User.
Local time
Yesterday, 21:18
Joined
Sep 17, 2012
Messages
26
Hi,
I'm having shared table data enter by different user so i need to refresh every 5 minutes

Thank u..............
 
You could use a form Timer event for this (either the data entry form or a separate hidden form). Set the Timer Interval first. It is in milliseconds, so 5 minutes would be 300000. Then in the On Timer event refresh the form.
 
Hi Beetle,
thank u for ur reply. I'm new to this. i don't no how to set Timer Control. i attached my file here and do me favour.


Thank u...........
 

Attachments

Users who are viewing this thread

Back
Top Bottom