S
SanCarlosCyclist
Hi, I often have a table in excel with many columns and rows that I
want to import into Microsoft Access so that I can query against the
data. The easiest way to explain this is with the following example:
Original Table:
Age
Disease 0-7 8-12 13-15
Diabetes 25 50 100
Asthma 60 20 45
Desired Result:
Disease Age Value
Diabetes 0-7 25
Diabetes 8-12 50
Diabetes 13-15 100
Asthma 0-7 60
Asthma 8-12 20
Asthma 13-15 45
Do any of you have a macro that would accomplish this?
want to import into Microsoft Access so that I can query against the
data. The easiest way to explain this is with the following example:
Original Table:
Age
Disease 0-7 8-12 13-15
Diabetes 25 50 100
Asthma 60 20 45
Desired Result:
Disease Age Value
Diabetes 0-7 25
Diabetes 8-12 50
Diabetes 13-15 100
Asthma 0-7 60
Asthma 8-12 20
Asthma 13-15 45
Do any of you have a macro that would accomplish this?