I'd do it as a calculated field in the report's recordsource query. But I'm
open to better advice from the multitude of MVPs ;-)
Rob
> I'm using the following to show a day of the week alongside the date in a
> report. I am wondering if this should be done in the report or done in the
[quoted text clipped - 22 lines]
>
> End Sub
Instead of writing code, you could just add another text box with these
properties:
Control Source =[txtDemoDt]
Format ddd

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> I'm using the following to show a day of the week alongside the date in a
> report. I am wondering if this should be done in the report or done in the
[quoted text clipped - 22 lines]
>
> End Sub
sam - 31 Mar 2008 13:46 GMT
Thanks Allen. If there is a complicated or long winded way to do something I
can usually find it. Your idea looks a much better option

Signature
Thanks
> Instead of writing code, you could just add another text box with these
> properties:
[quoted text clipped - 27 lines]
> >
> > End Sub