Results 1 to 3 of 3
  1. #1
    MH22407 is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Jun 2018
    Posts
    2

    How Can I Display a Completion Percentage in section footer of a report.

    Click image for larger version. 
<br /><script async src=
    Name: Report.jpg  Views: 12  Size: 151.7 KB  ID: 34467" class="thumbnail" style="float:CONFIG" />

    Attached is a simple report that breaks down an organization based on their "Section". Check marks next to an individuals name indicates they have completed what we call VI or VII.

    What I want to do in EACH section "footer" is to display the completion percentage for V1 and VII.

    Can someone show me the formula I would us to accomplish this?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    textbox Sum1: sums the amt,
    textbox Count1 box has the count
    the 3rd textbox does the %.
    footer:

    Sum1 =Abs(Sum([field1]) )
    Count1 =count([field2])
    Pct = sum1/Count1

  3. #3
    MH22407 is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Jun 2018
    Posts
    2
    Is it easier to create those fields in the query and then put them in the report, of can I do this directly in the report itself?

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

Similar Threads

  1. Replies: 12
    Last Post: 01-12-2016, 08:53 PM
  2. Replies: 2
    Last Post: 01-09-2014, 07:24 PM
  3. Replies: 3
    Last Post: 12-10-2013, 12:55 PM
  4. Replies: 6
    Last Post: 03-26-2013, 12:17 PM
  5. Replies: 26
    Last Post: 11-06-2009, 10:16 AM

Tags for this Thread

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