Weekday function in Access

P

pmp350

How do I get the weekday function to return a weekday "label" instead of the
number?

Thanx,

Paul
 
A

Allen Browne

Use the Format() function instead of Weekday(), e.g.:
Format([MyDateField], "dddd")
 

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

Top