Results 1 to 6 of 6
  1. #1
    mmiklauz is offline Novice
    Windows 10 Access 2007
    Join Date
    Jul 2017
    Posts
    10

    Custom grouping report

    Hi!



    I have a report with one group level which gives me total of 8 groups. Now I want do add a new group which will give me (like conditional grouping?) sum below first 6 group and below last 2. Any idea?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,523
    insert Group Footer, into the report
    put the sum field, =sum(field), in the group footer.

    for a total footer, add an extra field in the query, like: Title: MyReport
    add this Title Group as the outer most Group
    put the same Sum field in its footer to get the total of all groups.

  3. #3
    mmiklauz is offline Novice
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    10
    Sorry but I don't understand how I will get total for only first 6 groups?

  4. #4
    mmiklauz is offline Novice
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    10
    Maybe i wasn't clear enough, Now I have 8 groups total, I want to add second group and show totals for only first 6 groups, not the last 2.

  5. #5
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,523
    in the query, add a field using the group name of the 8.
    in the say: tDepts table
    Dept, Group
    1, Finance
    2, Finance
    3, I.T.
    etc

    add tDepts table to the query , join on the field, add the Group
    now you can sum all 8 Depts under 1 Group.

  6. #6
    mmiklauz is offline Novice
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    10
    Quote Originally Posted by ranman256 View Post
    in the query, add a field using the group name of the 8.
    in the say: tDepts table
    Dept, Group
    1, Finance
    2, Finance
    3, I.T.
    etc

    add tDepts table to the query , join on the field, add the Group
    now you can sum all 8 Depts under 1 Group.
    Thank you!

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

Similar Threads

  1. Custom Grouping & Sorting (pics attached)
    By Eirini_kap in forum Reports
    Replies: 8
    Last Post: 02-03-2016, 11:00 AM
  2. Custom grouping of a query records
    By aonsu209 in forum Access
    Replies: 4
    Last Post: 07-23-2015, 03:50 AM
  3. Report Grouping
    By mountaindo in forum Reports
    Replies: 7
    Last Post: 04-08-2014, 03:19 PM
  4. Custom Grouping if field contains value
    By mrslaurabelle in forum Reports
    Replies: 1
    Last Post: 12-11-2013, 03:15 PM
  5. Grouping a report
    By JAJansenJr in forum Reports
    Replies: 0
    Last Post: 03-01-2011, 11:05 PM

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