Results 1 to 7 of 7
  1. #1
    Jemworx is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Sep 2018
    Posts
    4

    Group Totals

    I have a group total where the "Total On" keeps reverting to another group. How do I get it to stay on the group I select?

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,891
    Have no idea what you mean. Perhaps show images. If you want to attach database for analysis, follow instructions at bottom of my post. (Assuming forum allows new member to do either.)
    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.

  3. #3
    Jemworx is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Sep 2018
    Posts
    4
    Quote Originally Posted by June7 View Post
    Have no idea what you mean. Perhaps show images. If you want to attach database for analysis, follow instructions at bottom of my post. (Assuming forum allows new member to do either.)
    I am sorry --- of course:

    Click image for larger version. 

Name:	Access Report Image.png 
Views:	18 
Size:	146.7 KB 
ID:	35626

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,891
    Did some testing with my data and cannot replicate issue. If you want to provide db for analysis, follow instructions at bottom of my post.
    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.

  5. #5
    Jemworx is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Sep 2018
    Posts
    4
    Thank you so much for helping. I am away till Monday but will send it to you asap when I return.

  6. #6
    Jemworx is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Sep 2018
    Posts
    4
    Quote Originally Posted by June7 View Post
    Have no idea what you mean. Perhaps show images. If you want to attach database for analysis, follow instructions at bottom of my post. (Assuming forum allows new member to do either.)
    Thank you. Attached is the DB. I believe that I can also use a date range parameter but want to get the basic report working first!
    Attached Files Attached Files

  7. #7
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,891
    Actually, the data presentation isn't making sense. Instead of the multiple headers and vertical arrangement, have the Count() textboxes horizontal in the employee group. Instead of LastName and FirstName groups, have a single group based on an expression: =[Last Name] & ", " & [First Name]. Or do grouping on the Employee field and just display the name expression in textbox. Fix the expression in Late textbox to: =Count([Late])

    Data structure of Employee Attendance isn't really normalized (which is why the multiple groupings doesn't work). What happens if another time category is needed? Would have to redesign table/query/form/report to add another field. However, normalizing would present different challenges to achieve this report. It is a balancing act between normalization and ease of data entry/output - "normalize until it hurts, denormalize until it works".


    Recommendations:

    1. don't build lookup fields in tables

    2. don't use spaces nor punctuation/special characters (underscore only exception) in naming convention

    3. rename Employee field in Employee Attendance to EmpID_FK.
    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. Replies: 2
    Last Post: 11-26-2016, 01:07 PM
  2. Percentile over Group Totals
    By Mujahid.muqtar in forum Reports
    Replies: 3
    Last Post: 12-02-2014, 12:33 PM
  3. Sorting on group totals
    By KMac in forum Reports
    Replies: 3
    Last Post: 10-16-2014, 02:33 PM
  4. Group on a totals field
    By dharsh in forum Access
    Replies: 14
    Last Post: 07-11-2013, 10:43 AM
  5. Group Totals in a form
    By mai1081 in forum Forms
    Replies: 1
    Last Post: 05-14-2008, 06:11 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