Weekdays

  • Thread starter Thread starter CharlesCount via AccessMonster.com
  • Start date Start date
C

CharlesCount via AccessMonster.com

I would like to add a field in a query just to dispaly the day of the week
for a particular recor

Thanks
 
If the field is named Date1, type this expression into a fresh column in the
Field row:
Format([Date1], "dddd")

Use "ddd" if you just want the first 3 letters of the name.
 

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