S
Smythe32
I searched and could not find a viable solution to my issue:
On a daily basis, I can receive a different version of an Excel
spreadsheet to be imported into an Access database. Basically, I want
to take any version of the spreadsheet, look up a column and then copy
the entire column into the master table in my database. I don't want
the user to have to select which version of the spreadsheet that is
being used. For ex:
Spreadsheet 1
ColA ColB ColC etc
12 45 66
33 22 88
44 55 99
Spreadsheet 2
ColAA ColBB ColCC
55 66 77
88 99 22
11 33 44
DB Table
A B C
12 45 66
33 22 88
44 55 99
55 66 77
88 99 22
11 33 44
So basically, I think I need to map all the column names and append
them to my db table. But have no clue how to get there.
Any help on how to handle this would be greatly appreciated
On a daily basis, I can receive a different version of an Excel
spreadsheet to be imported into an Access database. Basically, I want
to take any version of the spreadsheet, look up a column and then copy
the entire column into the master table in my database. I don't want
the user to have to select which version of the spreadsheet that is
being used. For ex:
Spreadsheet 1
ColA ColB ColC etc
12 45 66
33 22 88
44 55 99
Spreadsheet 2
ColAA ColBB ColCC
55 66 77
88 99 22
11 33 44
DB Table
A B C
12 45 66
33 22 88
44 55 99
55 66 77
88 99 22
11 33 44
So basically, I think I need to map all the column names and append
them to my db table. But have no clue how to get there.
Any help on how to handle this would be greatly appreciated