Results 1 to 2 of 2
  1. #1
    dkestner is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2014
    Posts
    3

    Medical Report tracked by calendar

    I am having a problem with the correct way to word this request. So, please be kind.

    every 45 days I am supposed to get a report and if I do not get a report I need to contact the reporter and request the report.

    I have over a 100 people I need to track.

    If a report comes in I need to reset the day for another 45 days.

    I would like some notification if a report is not received (or entered into the data base).



    Is it possible and what type of language do I need to be using to find a solution.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Open a form or report each day that lists the reports that are over due. The how depends on your data structure.

    You have a master table that has a unique record for each report (or for each person)? Then you have another table where you create a record to 'log in' report when it is received?

    Do a query that pulls the most recent 'log in' date for each report/person. This can be an aggregate (GROUP BY) Totals query or http://allenbrowne.com/subquery-01.html#TopN. Do a calc that determines if that date is over 45 days old.

    Join that query to the master table to see who has never submitted a report.
    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. Calendar Type Looking Report
    By viperbyte in forum Reports
    Replies: 1
    Last Post: 02-21-2012, 02:42 PM
  2. YTD MTD WTD Report On Company Calendar
    By jortizz in forum Reports
    Replies: 3
    Last Post: 05-07-2011, 12:01 AM
  3. filtering a report via Calendar
    By jlclark4 in forum Reports
    Replies: 2
    Last Post: 02-07-2011, 10:38 PM
  4. Calendar Report
    By alison.justice in forum Reports
    Replies: 1
    Last Post: 06-11-2010, 04:25 PM
  5. Create a calendar report?
    By valkyry in forum Reports
    Replies: 0
    Last Post: 09-14-2006, 11:34 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