Hi
How can I calculate a three letter day of week (Mon, Tue, Wed etc.) from a
date?
Thanks
Regards
Stewart Allen - 20 Jun 2004 11:47 GMT
If your want to dispaly this in a textbox on a form or report, in the format
property of the textbox type ddd.
> Hi
>
[quoted text clipped - 4 lines]
>
> Regards
Don Leverton - 20 Jun 2004 14:19 GMT
Hi John,
Try:
Format([YourDate],"ddd")
HTH,
Don
> Hi
>
[quoted text clipped - 4 lines]
>
> Regards