T
tig
I receive a daily excel file that I need to get into access. Simple
enough right?
The two problems are that the sheet will have varying columns of data
from one day to the next and column headings could be duplicated (e.g.
a1 = "address", j1 = "address" and t1 = "address" or any combination).
Unfortunately, I have no control over the creation of the excel file
and would like to leave that untouched if possible, to avoid a step
that the end user can mess up or forget.
Theoritically, I think I could use a two dimensional array to map the
cell value and it's respective column header to a temporary access
table. Although, I'm not really sure how to go about doing that.
There has to be an efficient way to handle this.
I'm open to any suggestions.
TIA
enough right?
The two problems are that the sheet will have varying columns of data
from one day to the next and column headings could be duplicated (e.g.
a1 = "address", j1 = "address" and t1 = "address" or any combination).
Unfortunately, I have no control over the creation of the excel file
and would like to leave that untouched if possible, to avoid a step
that the end user can mess up or forget.
Theoritically, I think I could use a two dimensional array to map the
cell value and it's respective column header to a temporary access
table. Although, I'm not really sure how to go about doing that.
There has to be an efficient way to handle this.
I'm open to any suggestions.
TIA