Q
quirkyjoe
Say I have data in Excel like this:
Num Test1 Test2 Test3
1 44 55 66
2 103 102 101
3 2 8 4
I want to import into Access 2003 and get it to look like this in my
Access table:
Num Test Value
1 1 44
1 2 55
1 3 66
2 1 103
2 2 102
2 3 101
you get the point
How can I import this excel data into Access without having to
transpose the data in Excel first then import into Access?
Thanks.
Num Test1 Test2 Test3
1 44 55 66
2 103 102 101
3 2 8 4
I want to import into Access 2003 and get it to look like this in my
Access table:
Num Test Value
1 1 44
1 2 55
1 3 66
2 1 103
2 2 102
2 3 101
you get the point
How can I import this excel data into Access without having to
transpose the data in Excel first then import into Access?
Thanks.