Need to return first day (Sunday) of the week in format mm/dd/yy

K

Krzysztof Pozorek [MVP]

You write this function in common module and use it like DatePart or any
other built-in function:

SELECT getSunday(FieldYear, FieldWeek)
FROM Table1

K.P.
 
Top