Arranging subform data by date, but grouping names

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Girlywoo
    New Member
    • Sep 2007
    • 2

    Arranging subform data by date, but grouping names

    I am fairly new to Access and have a subform that needs to be ordered.

    It has to be arranged it date order (column 1). However if a person (column 2) has completed the task several times, these records need to be grouped together. At the moment I can only organise by 1 column and I'm stuck.

    Can anyone help me? Or pass me onto a good website?

    Much appreciation. X
  • Scott Price
    Recognized Expert Top Contributor
    • Jul 2007
    • 1384

    #2
    Originally posted by Girlywoo
    I am fairly new to Access and have a subform that needs to be ordered.

    It has to be arranged it date order (column 1). However if a person (column 2) has completed the task several times, these records need to be grouped together. At the moment I can only organise by 1 column and I'm stuck.

    Can anyone help me? Or pass me onto a good website?

    Much appreciation. X
    Welcome to the Scripts!

    In a query (if the subform is based on a table, change it to a query), you can set all the sorting and grouping layers you want. Open the query in design view and you will notice the Sort grid row. Now on the main menu bar of the program window look for a symbol that looks like a sideways capital M. This is the Totals icon, clicking it will bring up another grid row in your query design view. Choose the Group By option for the Person column, and you should be set.

    Regards,
    Scott

    Comment

    • NeoPa
      Recognized Expert Moderator MVP
      • Oct 2006
      • 32668

      #3
      Originally posted by Girlywoo
      ... Or pass me onto a good website?
      ...
      Looks like you found yourself a great website already :D
      Welcome to theScripts.

      Comment

      • Girlywoo
        New Member
        • Sep 2007
        • 2

        #4
        Excellent, that helps me so so much. thank you for your help guys.

        Comment

        • Scott Price
          Recognized Expert Top Contributor
          • Jul 2007
          • 1384

          #5
          Not a problem, and glad it's working for you!

          Regards,
          Scott

          Comment

          Working...