Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto Import

Status
Not open for further replies.

GlenLynam

MIS
Jul 26, 2002
121
Morning,

Is it possible to auto import a csv file every day at a set time?? If so please can you explain how. The file location will be the same each day as will the filename.

Thanks

Glen
 
One approach is to create an MS Access DB with an AutoExec Macro that call a Function() for the import upon start up and then exits. Once you have the necessary code for the Import Process, you can create a Scheduled Task on a designated PC that simply opens the MS Access file. Once openned, it will fire the import function and then close. You may even consider sending an email to confirm that the import was finished or log the import activity to a table for reference and troubleshooting. htwh,

Steve Medvid
"IT Consultant & Web Master"

Chester County, PA Residents
Please Show Your Support...
 
Cheers steve have gone a similar route am writing a exe .n vb that i can put in scheduled tasks to exactly that, god idea about he mail will add that in. Thanks, Gen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top