M
mattc66 via AccessMonster.com
I was give an excel spread sheet of data that I want to normalize in Access.
I placed it in a table, but want to change the data layout as follows.
Current Data
ITEM JAN 07 FEB 07 MAR 07 ...etc
Widget1 500 300 450
Widget2 200 220 200
etc
Would Like to Change it to the following
ITEM DATE QTY_SOLD
Widget1 Jan 07 500
Widget1 Feb 07 300
Widget1 Mar 07 450
etc
I am assuming I could do it with an Union Query and then a make table, but
not sure how to write the SQL.
If anyone could help that would be great..
Thanks
I placed it in a table, but want to change the data layout as follows.
Current Data
ITEM JAN 07 FEB 07 MAR 07 ...etc
Widget1 500 300 450
Widget2 200 220 200
etc
Would Like to Change it to the following
ITEM DATE QTY_SOLD
Widget1 Jan 07 500
Widget1 Feb 07 300
Widget1 Mar 07 450
etc
I am assuming I could do it with an Union Query and then a make table, but
not sure how to write the SQL.
If anyone could help that would be great..
Thanks