If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Importing columns as detail for outline.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-06-04, 13:01
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
Importing columns as detail for outline.

Howdy folks, I have a bit of an issue here. I am trying to import a datasource from an MS Access report. Essentially I have two grouping levels in the report. In the detail of the report, there are a few different fields that must appear on top of one-another in order to show the steps of a specific calculation. So my report would look like this:
Code:
field 1,  field2, field3
            calc1
            calc2
            calc3
The issue arises when I attempt to import this data into excel. Since calc1, calc2, and calc3 have their own headings in the datasource itself, excel imports them as such:
Code:
field1, field2, field3
          calc1, calc2, calc3
How do I go about making excel to order the different calc fields vertically instead of horizontally?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On