V
Victoria@DIG
Thanks to all of you I was able to add the below expression to my query to
give me the date of the Friday of the week represented by the value in my
date field.
However, I would like to understand what's happening as opposed to just
pasting someone elses work.
The value of [Date] = 6/26/2007 as Tuesday
Result of Week Ending = 6/29/2007 a Friday
Expression:
Week Ending: DateAdd("w",6-Weekday([Date]),[Date])
I'm having a hard time understanding the concept of "w" = weekday and the
function Weekday.
I've been staring at this for so long, I may be rambling, but I hope someone
can help educate me.
give me the date of the Friday of the week represented by the value in my
date field.
However, I would like to understand what's happening as opposed to just
pasting someone elses work.
The value of [Date] = 6/26/2007 as Tuesday
Result of Week Ending = 6/29/2007 a Friday
Expression:
Week Ending: DateAdd("w",6-Weekday([Date]),[Date])
I'm having a hard time understanding the concept of "w" = weekday and the
function Weekday.
I've been staring at this for so long, I may be rambling, but I hope someone
can help educate me.