Results 1 to 2 of 2
  1. #1
    MikeHoward is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2013
    Posts
    1

    Report Totals Issue

    Hi All,



    Kinda new to the database so any help would be greatly appreciated...

    I have created a report/ Matrix to show a list of employees with dates of certain training. I need to some how add in some totals at the footer such as refresher totals if dates are less than today etc.

    I have used a specific date (01/01/1900) to identify those that require training and conditional formatted the report so it looks lovely to the eye but i now need to count how many of them dates are in a column.

    Is there a way I can put a few counts/ totals at the bottom of the report to then use to work out percentage complete etc

    Thanks in advance to anyone brave enough

    Mike

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    If I understand correctly you can count those with:

    =Sum(IIf(FieldName = #1/1/1900#, 1, 0))
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Query totals report
    By Analogkid in forum Reports
    Replies: 7
    Last Post: 04-30-2013, 11:21 AM
  2. Report of just totals
    By TubbzUK in forum Reports
    Replies: 1
    Last Post: 02-12-2013, 11:15 PM
  3. Sub report totals
    By brownk in forum Reports
    Replies: 9
    Last Post: 01-11-2013, 02:59 PM
  4. Totals Query for Report
    By SpdRacerX in forum Queries
    Replies: 3
    Last Post: 05-01-2012, 02:25 PM
  5. Replies: 5
    Last Post: 12-06-2011, 11:18 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