R
robert
I have a date field named dateFIELD in my database whose output or
display is a LONG DATE and the input mask is a SHORT DATE:
I type: 08/31/2006
Access enters: Thursday, August 31, 2006
In a query if I type Day([dateFIELD]) i get 31, what is the formula to
return Saturday, instead of 31? Or is there a formula to return the
actual name of the day rather than the number of the day?
Thanks in advance.
display is a LONG DATE and the input mask is a SHORT DATE:
I type: 08/31/2006
Access enters: Thursday, August 31, 2006
In a query if I type Day([dateFIELD]) i get 31, what is the formula to
return Saturday, instead of 31? Or is there a formula to return the
actual name of the day rather than the number of the day?
Thanks in advance.