Results 1 to 3 of 3
  1. #1
    stenman is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Sep 2013
    Posts
    8

    REcords between certain dates

    Need help to select records that should be shown depending on day and month. For example the records that are taking place between 1.9 to 11.9 each year. I dont know how to exclude the year from my query and therfore it is not working as I would like it to work!

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    Assuming your Date Field is in a Date Format/Datatype, you can use criteria something like this:
    Code:
    WHERE (Month([DateField]) = 9)
    AND (Day([DateField]) Between 1 and 11)

  3. #3
    stenman is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Sep 2013
    Posts
    8
    thanks that solved it.....

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

Similar Threads

  1. Finding records with a date between 2 given dates
    By OceanaPolynom in forum Programming
    Replies: 8
    Last Post: 08-28-2013, 11:35 PM
  2. Replies: 8
    Last Post: 06-13-2012, 08:08 PM
  3. Looking for overlap in dates between two records
    By kagoodwin13 in forum Queries
    Replies: 4
    Last Post: 03-09-2012, 12:37 PM
  4. multiple records with consecutive dates
    By sotssax in forum Forms
    Replies: 2
    Last Post: 07-26-2011, 04:23 AM
  5. Counting Active Records Between 2 Dates
    By catat in forum Queries
    Replies: 5
    Last Post: 07-28-2010, 10:55 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