Results 1 to 5 of 5
  1. #1
    hikerdood is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Mar 2016
    Posts
    44

    Convert Date to Day of the Week

    Does anyone know how to Convert Date to Day of the Week. I pull down records from a database and import into Access. The file has various Column Headings such as Trans Date, TDMonth TDYear but not TDDAY. I am trying to figure out how to covert the [Trans Date] Column Records into the day of the week in my query. I attempted to use the DateName function in an alias column called Wkdy: but to no avail.

    [Trans Date] Wkdy(DateName,"dw"), [Trans Date]))
    3/2/2019
    3/5/2019



    Any ideas.

    Regards

    Gene

  2. #2
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,130
    Various methods including Format(DateField,"ddd") or Format(DateField,"dddd") which give e.g. Fri & Friday respectively
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  3. #3
    hikerdood is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Mar 2016
    Posts
    44
    Thank you works perfectly. Can you recommend an Access Book that shows all of the Access functions and how they work?

    Regards

    Gene

  4. #4
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,706
    that shows all of the Access functions and how they work?
    https://www.techonthenet.com/access/functions/index.php

    This one is pretty good, with descriptions and examples.

  5. #5
    hikerdood is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Mar 2016
    Posts
    44
    Thank you. Great go to.

    Regards

    Gene

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

Similar Threads

  1. Replies: 9
    Last Post: 06-19-2015, 03:37 PM
  2. Replies: 3
    Last Post: 01-21-2015, 02:40 PM
  3. Convert date to day of week
    By 316854 in forum Access
    Replies: 15
    Last Post: 06-11-2013, 11:07 AM
  4. convert date to calender week
    By snoopy in forum Queries
    Replies: 6
    Last Post: 10-29-2012, 08:07 AM
  5. how to convert week number to date range
    By qwang1115 in forum Access
    Replies: 1
    Last Post: 02-13-2009, 11:35 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