![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Normally when you read in an Excel file through DTS you read it in by row. I have a file that is setup as a cross tab report that I need to read in. This is how it is in the spreadsheet: Jan 05 Rebate Rate .017 Int Rate .010 In the database I want it like this Jan05 Rebate Rate .017 Jan05 Int Rate .010 Can somebody please get me started on the code for this? I would appreciate it. THANKS |
#3
| |||
| |||
|
|
Andy, Transposing would be: Rebate Rate Int Rate Jan05 .017 .010 Ilya "Andy" <Andy (AT) discussions (DOT) microsoft.com> wrote in message news:CE0EFC3A-D488-4EE5-B7FA-2FAFF7D16548 (AT) microsoft (DOT) com... Normally when you read in an Excel file through DTS you read it in by row. I have a file that is setup as a cross tab report that I need to read in. This is how it is in the spreadsheet: Jan 05 Rebate Rate .017 Int Rate .010 In the database I want it like this Jan05 Rebate Rate .017 Jan05 Int Rate .010 Can somebody please get me started on the code for this? I would appreciate it. THANKS |
![]() |
| Thread Tools | |
| Display Modes | |
| |