Results 1 to 3 of 3
  1. #1
    ssalem is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2013
    Posts
    39

    column report with headers along the side

    Hi I am trying to create a report wich displays 3 records at a time. My problem is I want to have 3 columns which I was able to do. But I want going down along the report 1 header saying what each field of the record is. In other words something like this:




    Title Home Depot Menards Lowes
    Issue ad1771 ad4545 ad3934
    Job Number B314UWM B314UWN B314UWO
    PSR Person A Person B Person C
    CSR Salesperson Sales A Sales B Sales C
    Etc:

    I can get 3 columns to display but I get the headers 3 times. Is there any kind of control I can put in to move to the next record. I was trying to think if there was a way to even code iit if I had to. Just not sure how to get what I want.

    Thanks for any help.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    what does your original data look like?

  3. #3
    ssalem is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2013
    Posts
    39
    I solved it. What I ended up doing was writing it all in VB. I created a loop through all the records and loading 3 records into 1 record using a counter. Then used that table for the report. And at anytime the field I was grouping on also changed it would reset the counter. So in otherwords created a temp table with title1,title2,title3,Issue1,Issue2,Issue3...etc. Then loading all 3 records to one report.

    Sometimes there probably is more then one way to skin a cat.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 03-16-2012, 06:49 AM
  2. Replies: 11
    Last Post: 07-20-2011, 11:28 AM
  3. Side-by-side incorrect configuration
    By jbon in forum Access
    Replies: 1
    Last Post: 04-12-2011, 06:41 PM
  4. Dynamic Column Headers but NOT CROSSTAB
    By jtkjames in forum Queries
    Replies: 1
    Last Post: 07-26-2010, 05:16 AM
  5. Access Report w/o Column Headers
    By stattech in forum Reports
    Replies: 8
    Last Post: 06-10-2010, 02:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums