how do i run liked table manager automatic

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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).
 
Back
Top