Results 1 to 5 of 5
  1. #1
    Lupson2011 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    68

    Headings Across the Report

    Hi



    I am trying to generate a report, wich deals in fiscal Year End's and financial data

    All the Year Ends are drawn from one field Yr_End. However rather then have them running down the report page, is there any way to have them going across the page.

    So, for example, if I want to show Voluntary Income and Restricted Income for all the year's. I really want to have the headings for the income going down the page, with the values for each year going across the page. With the Year End headings also going across the page?
    2008/09 2009/10 2010/11
    Vol Income
    Restricted Income ???????? ????????? ?????????


    Is this possible even, though the year end are all drawn from the same text field?

    Any advice, as always welcome

    bagpuss

  2. #2
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by Lupson2011 View Post
    Hi

    I am trying to generate a report, wich deals in fiscal Year End's and financial data

    All the Year Ends are drawn from one field Yr_End. However rather then have them running down the report page, is there any way to have them going across the page.

    So, for example, if I want to show Voluntary Income and Restricted Income for all the year's. I really want to have the headings for the income going down the page, with the values for each year going across the page. With the Year End headings also going across the page?
    2008/09 2009/10 2010/11
    Vol Income
    Restricted Income ???????? ????????? ?????????


    Is this possible even, though the year end are all drawn from the same text field?

    Any advice, as always welcome

    bagpuss

    Read up on CrossTab queries. This query rotates the query 90 deg. I believe there is a Crosstab query wizard in access.

  3. #3
    Lupson2011 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    68
    hi

    I am aware of the cross tabs queries, but as far as I am aware you can only put a certain amount of fields in it or have i got that wrong?

    bagpuss

  4. #4
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by Lupson2011 View Post
    hi

    I am aware of the cross tabs queries, but as far as I am aware you can only put a certain amount of fields in it or have i got that wrong?

    bagpuss
    Sorry, I have only used a cross tab query once.

    I kinda make my own "cross tab".here is what my query does. I create a totals query that has SSN in the left most column, the second column has the full name, the third has a calculation. For January the calculation is

    JanPay: Sum(IIf(Month([hbh_effective])=1 And Year([hbh_effective])=[forms]![reportlist].[cboyear] And [hbh_hetfk]=2,[hbh_amount],0))
    Same type of calculation for the other months.

    [hbh_effective] is the date of payment stored in the table
    [hbh_hetfk] is the type of entry (2 = payment)
    [forms]![reportlist].[cboyear] is the control on the reports menu dialog box

  5. #5
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Here is another site for crosstabs:

    http://www.rogersaccesslibrary.com/forum/topic362.html

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

Similar Threads

  1. Replies: 1
    Last Post: 03-14-2011, 11:11 AM
  2. Resizing column headings
    By allykid in forum Access
    Replies: 0
    Last Post: 03-10-2011, 12:58 PM
  3. Cross Tab Column Headings...
    By mhoctober in forum Queries
    Replies: 3
    Last Post: 09-10-2010, 01:21 PM
  4. Sorting and Populating Report Headings
    By bpowers2010 in forum Reports
    Replies: 1
    Last Post: 08-11-2010, 05:05 PM
  5. Page Headings
    By maintt in forum Reports
    Replies: 2
    Last Post: 07-22-2010, 05:18 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