Thanks Duane:
I've done your suggestion, replacing [TheDate] with my "field-name" and it
worked!
I wonder if you could help my understanding a bit? I've read a little about
the Datediff function and I think I understand for my expression:
"d" to be the Datepart
#1/11/2007# to be my startdate.
Questions:
How does my "field-name" correlate to enddate?
How does \14 work in relation to this expression?
P.S. How could I now get the Bi-weekly Pay period dates dynamically
displayed with each group header? I appreciate all the help and insight
you've given me, and I hope I haven't been too much trouble.
Thanks...
William
Duane Hookom said:
You can set your sorting and group expression to something like:
=DateDiff("d",#1/11/2007#,[TheDate])\14
--
Duane Hookom
Microsoft Access MVP
:
A little better then a novice user.
I have a personal expenses DB. I would like to group it bi-weekly (my
pay-day) starting from 01/11/2007 (my date format mm/dd/yyyy).
Thanks....