Results 1 to 2 of 2
  1. #1
    bursteffect is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2012
    Location
    arkansas
    Posts
    6

    Reminders

    hello everyone



    im trying to set up date reminders in my access 2010 program.

    im a first aid, cpr trainer and i created a db with the table name (clients) my primary field [clientID]
    [name],[employer],[date], and [training hours]. i created a query from my (clients)table, and also
    a form from that query. In my query under the date field in the criteria column i use the following
    <=Date-330 which means date older than 330 days show. but its not working. i know im doing something
    wrong just dont know what. can you please help me...

    what i want it to do is to give me a list of the ones that is out dated. datediff syntax or what.

  2. #2
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,544
    Try:
    <=DateAdd("d",-330,Date())
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

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

Similar Threads

  1. Reminders/Appointments/logins etc.
    By timbo in forum Programming
    Replies: 1
    Last Post: 01-08-2012, 10:45 AM
  2. Issues with Reminders Query
    By DJDJDJDJ in forum Queries
    Replies: 5
    Last Post: 12-19-2011, 06:35 AM
  3. Maintenance reminders using email (complex question)
    By avarusbrightfyre in forum Import/Export Data
    Replies: 1
    Last Post: 04-01-2011, 05:18 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