Results 1 to 7 of 7
  1. #1
    AccessInMicrosoft2010 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2014
    Posts
    3

    2010 Report Grouping Help

    Hello!



    I have taken classes in Microsoft Office 2010, however, I still need help understanding how to print out select groups from a Microsoft Access 2010 report. Also, I am wondering if there is a way to sort the rows in each respective group according to personal preference? (e.g. "a", "m", "b", etcetera instead of "a", "b", "c")

    Thank you! I hope that this made sense!

  2. #2
    burrina's Avatar
    burrina is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383

  3. #3
    AccessInMicrosoft2010 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2014
    Posts
    3
    Thank you burrina for trying to help. Unfortunately, I looked through the links and found that none of them answered my question (except for the last link; that link contains programming and I am unable to program, so this is not helpful to me, unfortunately). I am wondering if I could possibly get a straight-to-the-point answer to my question from anyone who is able?

    Thank you all so much! I really appreciate everyone's help

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Quote Originally Posted by AccessInMicrosoft2010 View Post
    ...I am wondering if there is a way to sort the rows in each respective group according to personal preference?...
    Open the report in design view and adjust the sort order properties of your Groups via the Grouping Dialog Box.

  5. #5
    AccessInMicrosoft2010 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2014
    Posts
    3
    Quote Originally Posted by ItsMe View Post
    Open the report in design view and adjust the sort order properties of your Groups via the Grouping Dialog Box.
    How do I find the Grouping Dialog Box? I know where the Group, Sort, and Total box is. Is that what you mean? In the Group, Sort, and Total box, the only sorting option that I see is from A or from Z. How do I customize it so that it starts with "M" and then goes to "A" and then goes to "D" and etcetera? Thanks again so much!!!

  6. #6
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    You could create some alias' in a separate query object.

    Field1_ AtoD: Table1.Field1
    Field1_ EtoH: Table1.Field1
    Field1_ ItoL: Table1.Field1

    Then, add the query you created to a second query object, adding the alias' to the grid. In each of the alias' criteria you could type
    Between 'A' AND 'D'
    Between 'E' AND 'H'
    Between 'I' AND 'L'
    respectively

    making sure to skip to the next grid line below for each alias, ensuring the OR operator is included in your WHERE clause vs. using the AND operator

    Use the second query as your Report's Recordsource and group on
    Field1_ AtoD
    Field1_ EtoH
    etc.

    maybe

  7. #7
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Sorting requires a field with values to define sort order. Can't directly force an order like "a m b". Would need code or a table of equivalents to convert: a = 1, m = 2, b = 3. Then sort by the numeric equivalents.

    I think ItsMe may have been referring to the report Sorting & Grouping features. Open report in Design view, right click on any section bar, select Sorting & Grouping. Should open a work area at bottom of the app window below the report.

    What are the 'select groups' you want to specify?
    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.

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

Similar Threads

  1. Report Grouping
    By mountaindo in forum Reports
    Replies: 7
    Last Post: 04-08-2014, 03:19 PM
  2. Grouping in a report
    By TrackStar in forum Reports
    Replies: 4
    Last Post: 11-02-2012, 01:44 PM
  3. Grouping on Report
    By Amber in forum Reports
    Replies: 3
    Last Post: 02-01-2012, 05:48 PM
  4. Report grouping
    By tarhim47 in forum Reports
    Replies: 1
    Last Post: 06-08-2011, 04:31 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