Results 1 to 3 of 3
  1. #1
    Youngfighter is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Dec 2014
    Posts
    8

    Dates Horizontally in Report

    Database81.accdb
    15.zip

    I need to show field values in relation to dates, but I want the dates to be shown horizontally in the report.

    I tried the crosstab query but it is not working for me, as i need to report many unrelated rows.



    I've attached brief explanation of what i want.

    Thanks in advance for the help.
    Last edited by June7; 12-20-2014 at 12:19 PM.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,953
    These two tables can be combined into one.

    tblSomething
    Day
    Quantity
    Category (permit, meeting)

    Or build a UNION query.

    SELECT Day, Number_Of_Permits AS Quantity, "Permits" AS Category FROM Permits
    UNION SELECT Day, Number_Of_Permits, "Meetings" FROM Meetings;

    Now use the one table or the UNION query in a CROSSTAB query. Review http://allenbrowne.com/ser-67.html#Param
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Youngfighter is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Dec 2014
    Posts
    8
    Jun7, done - Thanks you very much

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

Similar Threads

  1. Help Displaying Data Horizontally In Report
    By bgwool in forum Reports
    Replies: 10
    Last Post: 09-04-2014, 03:32 PM
  2. Replies: 6
    Last Post: 03-27-2013, 05:45 PM
  3. Summing totals horizontally in report
    By UnfinishedStory in forum Reports
    Replies: 3
    Last Post: 10-20-2011, 08:15 AM
  4. Making report flow horizontally
    By Scaffold in forum Access
    Replies: 12
    Last Post: 07-21-2010, 01:43 AM
  5. Forcing a Report to Expand Horizontally
    By Rawb in forum Reports
    Replies: 3
    Last Post: 06-23-2010, 08:36 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