regularly importing from csv

G

Grip

I'm getting a .csv file that I need to import into my Access db. The
file contains info for about 60 fields spread across 10 related
tables. I've got between 2 and 20 rows in my csv file that I want to
import on a weekly basis. What is the best way to accomplish this?

Thanks,
G
 
J

John W. Vinson

I'm getting a .csv file that I need to import into my Access db. The
file contains info for about 60 fields spread across 10 related
tables. I've got between 2 and 20 rows in my csv file that I want to
import on a weekly basis. What is the best way to accomplish this?

Thanks,
G

Probably link to (rather than import!) the csv file and run a series of Append
queries to migrate the data into your normalized tables. The queries can be
run from a Macro or (better) from VBA code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top