L
Lars Brownies
I'm writing an import routine that regularly imports excelfiles into an
Access file. One of the Excel files is not normalized and doesn't have a
fixed number of columns. The number of columns can occasionally grow over
time by one. The table look like this:
Person Right1 Right2 Right3
A X X
B X
I'd like to normalize this table like:
Person Rights
A Right1
A Right3
B Right2
soo that I doesn't have to change my Access table when a new colun is added
in the Excel file.
Is there some special trick or routine to do this?
Thanks in advance,
Lars
Access file. One of the Excel files is not normalized and doesn't have a
fixed number of columns. The number of columns can occasionally grow over
time by one. The table look like this:
Person Right1 Right2 Right3
A X X
B X
I'd like to normalize this table like:
Person Rights
A Right1
A Right3
B Right2
soo that I doesn't have to change my Access table when a new colun is added
in the Excel file.
Is there some special trick or routine to do this?
Thanks in advance,
Lars