The following returns the week numbers perfectly:
Week Number: DateDiff("ww",D ateAdd("ww",-20,[Intake Day]),[TheDate])
= 0,1,2,3, ...20
what I would like is to have :
-1, -2, -3 ...-20
I am not sure how to acheive this.
Week Number: DateDiff("ww",D ateAdd("ww",-20,[Intake Day]),[TheDate])
= 0,1,2,3, ...20
what I would like is to have :
-1, -2, -3 ...-20
I am not sure how to acheive this.
Comment