how do i run liked table manager automatic

C

Chris

I want to autoupdate every hour a flat CSV file. I have linked my CSV files
to the tables section. How do i set up the auto update every hour?
 
S

Steve Schapel

Chris,

You can assign your macro on the On Timer event property of a form which
will be open at the time. Set the Timer Interval property of the form
to 3600000 (milliseconds).
 
Top