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

    Overdue Account Query- Access 2010

    Every time we receive a new document, we are required to log in the information into access. Date received, Recieved From,Document title, Subject. After the document is returned from managment we are to insert a log off date into the "Log Off Date" field and mail out signed document.

    How could I implement a query to notify the user of only documents that were LEFT BLANK (not logged off) "7 days after Date Received Field"?

  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,642
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    lfarring is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    2
    SELECT [MAIL LOG].[Date Recieved], [MAIL LOG].[Recieved From], [MAIL LOG].Subject, [MAIL LOG].Disposition, [MAIL LOG].[Logged Off], [MAIL LOG].[Log Off Date]
    FROM [MAIL LOG]
    Where [Log Off Date] is NULL AND [Date Recieved] >

    How would I get this to have it Show now Log Off Dates that are null ONLY if Date Received is greater than 7 days ago?

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,642
    Change the 30 in the other thread to 7. If I understand correctly, you'd also flip the >.
    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. Replies: 5
    Last Post: 01-07-2016, 12:49 PM
  2. Query for overdue maintenance
    By Rzadziu in forum Queries
    Replies: 4
    Last Post: 01-11-2013, 06:46 AM
  3. Replies: 0
    Last Post: 07-31-2012, 12:25 PM
  4. Setting an alert that a payment is overdue
    By bellevue in forum Database Design
    Replies: 6
    Last Post: 04-04-2012, 02:54 AM
  5. Replies: 5
    Last Post: 04-01-2012, 07:21 AM

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