Convert Weekday from # to Descriptive "Mon"

  • Thread starter Thread starter Ralph Wischnewski
  • Start date Start date
R

Ralph Wischnewski

I have a feild in a report that shows the day of the week
as a date feild using the "Weekday" function. I would
like the report to show "Mon" rather than "2". How do I
achieve this?

Thank you
 
Ralph said:
I have a feild in a report that shows the day of the week
as a date feild using the "Weekday" function. I would
like the report to show "Mon" rather than "2". How do I
achieve this?

Use the Format function instead or the WeekDay function.

Format(datefield, "ddd")
 

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

Back
Top