Changing The way a field is viewed on Access Report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • teneesh
    New Member
    • Mar 2007
    • 46

    Changing The way a field is viewed on Access Report

    I have a report where the field ConfType is viewed grouped vertically in a ConfType Header. Now I need to change it so that it is viewed horizontally across the page. How the heck do i do this? I thought maybe i had to change my query and do a join to change how the data is stored, but that sounds far more complicated.

    Thanks.
  • Stewart Ross
    Recognized Expert Moderator Specialist
    • Feb 2008
    • 2545

    #2
    Originally posted by teneesh
    I have a report where the field ConfType is viewed grouped vertically in a ConfType Header. Now I need to change it so that it is viewed horizontally across the page. How the heck do i do this? I thought maybe i had to change my query and do a join to change how the data is stored, but that sounds far more complicated.

    Thanks.
    Hi Teneesh. If I am interpreting what you are asking correctly, the short answer is that controls cannot display data from individual rows in a horizontal layout rather than vertical. In other words, if what you want is to see
    Code:
    Header
    Data... More Data... More Data...
    Instead of
    Code:
    Header
    Data
    More Data...
    More Data...
    there is no property you can change that will let you do so. Sorry.

    -Stewart

    Comment

    • missinglinq
      Recognized Expert Specialist
      • Nov 2006
      • 3533

      #3
      Not sure exactly what you're trying to do. I've never used them, but maybe a CrossTab query?

      Linq ;0)>

      Comment

      Working...