How do I show the 'Day' of the week

L

LesLdh

Hi, I'm trying to set the default of a field in a table which has the
Date/Time format so that it only shows the current day ie Saturday, rather
than the date ie 18/06/2005. Can anybody offer any advice?

Les.
 
R

Rick Brandt

LesLdh said:
Hi, I'm trying to set the default of a field in a table which has the
Date/Time format so that it only shows the current day ie Saturday, rather
than the date ie 18/06/2005. Can anybody offer any advice?

Set the format to "dddd". Mind you that will only affect what you *see*, not
what is stored. You will not be able to write queries like...

SELECT * FROM MYTable WHERE Date = "Saturday"
 

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