Hi everyone, I have a Date field in a query that is formatted on a weekly basis:
WeeklyDate: Format([Sent_Date],"ww")
I now want to get what the first Monday of the week was, given a week number from WeeklyDate. So if WeeklyDate = 1 then WeeklyStart = 1/3/2005, if WeeklyDate = 2 then WeeklyStart = 1/10/2005..and so on.
Thanks for any help
WeeklyDate: Format([Sent_Date],"ww")
I now want to get what the first Monday of the week was, given a week number from WeeklyDate. So if WeeklyDate = 1 then WeeklyStart = 1/3/2005, if WeeklyDate = 2 then WeeklyStart = 1/10/2005..and so on.
Thanks for any help