Hi Marshall; I have now made it work; my problem was I was using the report
to group by week and it was still showing the dates ending Saturday. I went
to my underlying query and configured, my problem now is it shows by week
number not ending date, I will have to see if I can fix this. A whole nother
problem. But thanks again.
Marshall Barton said:
I think you misread Help for the Format function.
=Format$([Dated],"ww", 5)
--
Marsh
MVP [MS Access]
Doesn't change my results for some reason. Here is what I did
=Format$([Dated],"ww",[dated],5) No matter what I change the number to it
doesn't end on another day. Which is what I want, right now all the weeks
end on Saturday and I want them to end on Sunday. Is it possible?
:
Arlene wrote:
I have a report that shows weekly information. I would like my week to be
from Saturday to Friday, the default seems to be Sunday To Saturday; does
anyone know how to change this?
Whatever function you are using to get a week number from a
date field can use an additional argument for the first day
of week. E.g. DatePart("ww", datefield, 7)