AUTOMATE IMPORTS without pushing button (1 Viewer)

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!
 

Kodo

"The Shoe"
Local time
Today, 13:59
Joined
Jan 20, 2004
Messages
707
Make a windows service to do this :)
 

namliam

The Mailman - AWF VIP
Local time
Today, 19:59
Joined
Aug 11, 2003
Messages
11,695
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

Top Bottom