Day

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

How Do I display the date as; Friday 02/04/2006

Basically I only need a way of finding out what todays' Day (Mon, Tues, etc)
is and I can append it onto the ddmmyy date.
 
If you have a date/time field, you don't need to store the day of the week
since it can always be displayed. If you are storing the date in a text
field, you need to convert it to a date/time value and then use the Format()
or other function.

Format([datefield],"dddd mm/dd/yyyy")

It isn't clear whether you wanted mm/dd or dd/mm since there is no Friday,
April 2 or Friday, February 4.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Query choices 8
Naming Of A Day In The Month 9
Query Help 4
Sorting day names chronologically 5
Excel Message box with days of month & date. 1
Schedulig question 1
Report/query help 3
conditional running sum 7

Back
Top