Hi
I am using the following to produce a Week Number Column in a select query:
Week Number: DatePart("ww",[MyDate],2)
the above returns 05/04/04 as week 15
(date field is formatted to dd/mm/yy)
Is it possible to add to the code
to return (Mon) 05/04/04 as week 1 thru to (Mon) 28/03/05 as week 52
Thanks
I am using the following to produce a Week Number Column in a select query:
Week Number: DatePart("ww",[MyDate],2)
the above returns 05/04/04 as week 15
(date field is formatted to dd/mm/yy)
Is it possible to add to the code
to return (Mon) 05/04/04 as week 1 thru to (Mon) 28/03/05 as week 52
Thanks