Results 1 to 2 of 2
  1. #1
    reve is offline Novice
    Windows XP Access 2002
    Join Date
    Jul 2010
    Location
    Boaz, AL.
    Posts
    3

    Query that gets record on a certain day of week like Monday

    Need to build a query that will only pull up records on monday. Have advertisers who run specials on cetain days of the week and need to make a query that will only get records on that day of week. like date() for today but can't find anything on days of week.

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    Day of Week is available in VBA. In your query add a calculated field with an approach shown below - and then use your criteria here to filter.

    DayName: Format([TheDateField],"ddd") for abbreviated nameorDayName: Format([SomeDateField],"dddd") for full name

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

Similar Threads

  1. Replies: 5
    Last Post: 06-29-2010, 01:24 PM
  2. Group by Week in a Crosstab Query
    By NMJones in forum Access
    Replies: 1
    Last Post: 06-24-2010, 04:09 PM
  3. Report with Running Sum by week
    By jbarrum in forum Access
    Replies: 2
    Last Post: 01-20-2010, 01:38 PM
  4. Day of Week Totals
    By ddog171 in forum Queries
    Replies: 1
    Last Post: 03-18-2006, 07:01 PM
  5. query problem, oppointments for one week
    By keithsrobinson in forum Queries
    Replies: 2
    Last Post: 02-18-2006, 02:28 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