Results 1 to 4 of 4
  1. #1
    UT227 is offline Expert
    Windows 7 32bit Access 2013 32bit
    Join Date
    Feb 2016
    Posts
    581

    Grouping a form

    I have a form that lists employees and classes they've taken. On each record, the employee is listed along with the information on a continuous form. I want it to list the employee once and the records for that employee under the name. I would like to have each employee shown on the form continuously like that. I know that reports have a grouping that will do that. Will a form do the same thing?

  2. #2
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    Pretty sure there is no such thing still. You can group controls on a form, but that's layout related, not data related. The closest thing to what you ask is a main form (the one side of the relationship) that shows the main entity. A subform (for the many side) shows all records related to the main entity and is usually placed below the main form header. If the main form has multiple records for the entity (a list would be another way of describing it) then you can navigate from one main entity to another, usually by using the built in navigation controls. For each new entity that's shown in the main form, the related records are shown in the subform.

    Since forms are really meant for manipulating records, there ought to be no need for grouping by an entity since editing/appending the many side of the relationship would be problematic. If all you want to do is view the data in a grouped fashion, then use a report since that's what it's designed for.
    Last edited by Micron; 07-23-2018 at 08:58 AM. Reason: clarification
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    There is no such option on reports that I'm aware of. I've achieved a similar look by basing the form on a union query that pulled together the data in the desired format. That of course makes it read-only, so you have to jump through hoops to update data on the form.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  4. #4
    UT227 is offline Expert
    Windows 7 32bit Access 2013 32bit
    Join Date
    Feb 2016
    Posts
    581
    That's what I was guessing. Thanks.

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

Similar Threads

  1. Replies: 8
    Last Post: 05-18-2018, 12:38 PM
  2. Grouping records with continuous form
    By elbartje in forum Forms
    Replies: 1
    Last Post: 05-03-2017, 05:12 PM
  3. About Grouping
    By GraeagleBill in forum Reports
    Replies: 7
    Last Post: 03-02-2017, 02:36 PM
  4. grouping on form
    By ice051505 in forum Programming
    Replies: 3
    Last Post: 04-03-2013, 02:29 PM
  5. Form Grouping
    By Desstro in forum Forms
    Replies: 12
    Last Post: 08-09-2010, 04:44 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