AUTOMATE IMPORTS without pushing button

  • Thread starter Thread starter Kye E
  • Start date Start date
K

Kye E

Guest
Hello -

I need to automate the import of text (actually .dat) files from a Windows 2000 server intranet to an MS Access database. When I say "automate" I mean I need to have the import happen without human intervention, since this will be happening every 15 minutes, 24/7. I know how to import these using VB, but only with someone pressing a button on a form. :confused:

Thanks a billion!
 
Make a windows service to do this :)
 
Or use the On Timer event...
Simply set it to 60 secs and check if the time is ... every 15 minutes, presto...
 

Users who are viewing this thread

Back
Top Bottom