G
Guest
Hi All,
I need to "transpose" data from Table1 to Table2.
Table1 has 27 fields: PartNumber, Week1, Week2, ... thru Week26.
I need to append all the above data into Table2 fields: PartNumber,WkNum,
Qty. This means creating 26 rows of data in Table2 per one row in Table1.
The mapping would be as follows:
Table1.PartNumber --> Table2.PartNumber
Table1.Week1 --> Table2.Qty (depending on the week number)
Table2.WkNum would be the week number corresponding to the Week fields 1-26.
Hope this is not too confusing. Any help is very much appreciated.
I need to "transpose" data from Table1 to Table2.
Table1 has 27 fields: PartNumber, Week1, Week2, ... thru Week26.
I need to append all the above data into Table2 fields: PartNumber,WkNum,
Qty. This means creating 26 rows of data in Table2 per one row in Table1.
The mapping would be as follows:
Table1.PartNumber --> Table2.PartNumber
Table1.Week1 --> Table2.Qty (depending on the week number)
Table2.WkNum would be the week number corresponding to the Week fields 1-26.
Hope this is not too confusing. Any help is very much appreciated.