I need to get the number of week in the year from a date. I've tried Format
(Adate; "ww") and a lot of ways more, included the specific spanish
sentences.
Any idea?.
Thank you.
Carlos.
tina - 13 May 2005 22:21 GMT
if you mean you want a count of the number of weeks between Jan 1 and a
specific date, try the DateDiff() function. see details in Access Help.
hth
> I need to get the number of week in the year from a date. I've tried Format
> (Adate; "ww") and a lot of ways more, included the specific spanish
> sentences.
> Any idea?.
> Thank you.
> Carlos.
Carlos Saez - 15 May 2005 12:54 GMT
For those dealing with spanish version, the parameter for number of week is
"ee" instead of "ww".
Carlos.
>I need to get the number of week in the year from a date. I've tried Format
>(Adate; "ww") and a lot of ways more, included the specific spanish
>sentences.
> Any idea?.
> Thank you.
> Carlos.