T
Tom
AccessXP --
I am designing an application to import data form a CSV file on a daily basis.
Each line in the CSV file will begin with either A, B or C. I will need to
import the data into three different tables depending on which letter the row
begins with. I'm thinking the way to do this is to use TransferText and import
the file into a temporary table and then run three append queries on the temp
table to put the data into the appropriate tables.
Is this the best way to do this or is there a better way?
Thanks!
Tom
I am designing an application to import data form a CSV file on a daily basis.
Each line in the CSV file will begin with either A, B or C. I will need to
import the data into three different tables depending on which letter the row
begins with. I'm thinking the way to do this is to use TransferText and import
the file into a temporary table and then run three append queries on the temp
table to put the data into the appropriate tables.
Is this the best way to do this or is there a better way?
Thanks!
Tom