Results 1 to 4 of 4
  1. #1
    derek7467 is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Posts
    46

    Adding a column for DAY in my Query

    Hey guys, im attempting to run a query and i return the below data:



    ID | % of calls answered | Date | Sunday |Monday...etc

    Currently, i return:

    jdoe | 80% | 7/1/2013

    I need to know how to return a specific day in another column with that days stats like below:

    jdoe | 80% | Sun
    jdoe |75% | Mon
    ...etc

  2. #2
    derek7467 is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Posts
    46
    Is there an expression i could use?

    All i want to do is turn that date into a day

    Im offering a bounty for this.

    35$ to anyones paypal account who gets this working for me!

  3. #3
    derek7467 is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Posts
    46
    seriously, 58 views and not one response?

  4. #4
    ketbdnetbp is offline Competent Performer
    Windows 7 32bit Access 2003
    Join Date
    Mar 2011
    Location
    Midwest
    Posts
    254
    derek7467 -

    Search access/vba help for User Defined Date/Time Formats (Format Function).

    In the query, you could try something like...

    xDay: Format([NameOfYourDateField],"dddd")

    All the best,

    Jim

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

Similar Threads

  1. Adding "Open" column to Query Result
    By premis in forum Queries
    Replies: 12
    Last Post: 05-30-2012, 03:47 PM
  2. Replies: 1
    Last Post: 02-03-2012, 05:39 PM
  3. Adding labels in new column
    By Hello World in forum Queries
    Replies: 1
    Last Post: 10-13-2011, 08:57 AM
  4. Replies: 3
    Last Post: 09-28-2011, 04:29 PM
  5. Adding new column to make-table query
    By dtn118 in forum Access
    Replies: 2
    Last Post: 08-03-2008, 06:51 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