Hi All,
I have a problem.
A couple of months ago I took over the support of an Access db.
I import 4 text files daily. They are imported using the DoCmd.TransferText acImportDelim command. Each text file has a header line which defines the column names seperated by ~.
The problem is that one of these text files will soon be changed to include a new fields in the column heading. Column headings are being mapped to the destination table via the MSysImexSpecs and MSysImexColumns tables.
How would I update the MSysImexColumns to reflect these new headings? What values do I put in the DataType Column and what values do I put in the Start and Width Columns?
Has anyone ever had this problem?
I am limited to working with this solution as I am not the original developer of this application.
I have a problem.
A couple of months ago I took over the support of an Access db.
I import 4 text files daily. They are imported using the DoCmd.TransferText acImportDelim command. Each text file has a header line which defines the column names seperated by ~.
The problem is that one of these text files will soon be changed to include a new fields in the column heading. Column headings are being mapped to the destination table via the MSysImexSpecs and MSysImexColumns tables.
How would I update the MSysImexColumns to reflect these new headings? What values do I put in the DataType Column and what values do I put in the Start and Width Columns?
Has anyone ever had this problem?
I am limited to working with this solution as I am not the original developer of this application.