D Dave Oct 7, 2004 #1 I am using the WW format in a query and was wondering if there is any way to get the leading zero to display.
I am using the WW format in a query and was wondering if there is any way to get the leading zero to display.
D Dirk Goldgar Oct 7, 2004 #2 Dave said: I am using the WW format in a query and was wondering if there is any way to get the leading zero to display. Click to expand... I reckon you could format the format: SELECT Format(Format([YourDateField], "ww"), "00") As WeekNo ...
Dave said: I am using the WW format in a query and was wondering if there is any way to get the leading zero to display. Click to expand... I reckon you could format the format: SELECT Format(Format([YourDateField], "ww"), "00") As WeekNo ...