Results 1 to 3 of 3
  1. #1
    mazemi is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Jun 2016
    Posts
    4

    Question making report with two columns (detail section)

    Hi dears.
    I want to make a monthly sales report for each year from two tables. I need to print this report with two columns, Left column for odd number months and right column for even number months in the detail section of the report.


    Unfortunately page setup does not help me!

    Any solution will be appreciated.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    query :
    select [NAME], Odd: Iif(month(MyDate)) mod 2)>0,[VALUE],0), Even: Iif(month(MyDate)) mod 2)=0,[VALUE],0) from table

  3. #3
    mazemi is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Jun 2016
    Posts
    4
    tanks moke123.
    The problem is solved by using sub report.

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

Similar Threads

  1. Replies: 4
    Last Post: 11-16-2015, 08:15 AM
  2. Report With Two Columns in Detail Section
    By brian4uf in forum Reports
    Replies: 1
    Last Post: 05-06-2015, 09:17 PM
  3. Columns in Report Detail Section only
    By gg80 in forum Reports
    Replies: 10
    Last Post: 08-03-2014, 07:41 PM
  4. Replies: 6
    Last Post: 03-26-2013, 12:17 PM
  5. The length of detail section of a report
    By blueraincoat in forum Reports
    Replies: 2
    Last Post: 04-06-2011, 12:24 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