Results 1 to 3 of 3
  1. #1
    stu1978 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Jan 2016
    Posts
    1

    Help with calender query

    Here's the setup I have (or the parts that matter)

    My DB launches with a form called "HOME"
    On this form is a date text box called "homedate"



    My records are on a form called "CMSMAIN"
    On this form is a date text box called "PROGRESSDATE"

    What we do is select a date on the home page, then run a query which includes "PROGRESSDATE"
    The criteria for this is "[Forms]![HOME]![homedate]"

    This gives me a list of records where those 2 dates match. What I want to be able to do, is the same as above but instead of matching just that day, show all records for that week.

    I'm sure there's an easy way of doing this, but i'm not finding it!

  2. #2
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,928
    instruct you users to always enter a Monday or Sunday (depending on when your week starts) then use the following criteria

    between [Forms]![HOME]![homedate] and [Forms]![HOME]![homedate] +7

    alternatively look at using the weekday function to determine which day of the week has been entered and adjust the value accordingly

  3. #3
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,928
    to use the weekday - and assuming you week starts Sunday the criteria would be

    between [Forms]![HOME]![homedate]-weekday([Forms]![HOME]![homedate]) and [Forms]![HOME]![homedate]-weekday([Forms]![HOME]![homedate]) +7

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

Similar Threads

  1. Calender
    By djdx2 in forum Forms
    Replies: 1
    Last Post: 05-07-2014, 07:07 AM
  2. Query - Calender Pop up in the window
    By hitesh_asrani_j in forum Forms
    Replies: 1
    Last Post: 10-17-2011, 06:20 AM
  3. Query - Calender Pop up in the window
    By hitesh_asrani_j in forum Forms
    Replies: 4
    Last Post: 10-14-2011, 09:00 AM
  4. Have problem with Calender, please help !
    By mhs5466 in forum Forms
    Replies: 0
    Last Post: 07-27-2010, 02:08 AM
  5. Calender Help
    By alanl in forum Access
    Replies: 5
    Last Post: 03-27-2010, 11:43 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