what week number

S

SAC

How do I get the week number to return?

I've tried week(InvoiceDate) and weeknum(InvoiceDate) but they don't work.

Thanks.
 
S

SAC

Thanks!

Allen Browne said:
Try:
DatePart("ww", [InvoiceDate])

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

SAC said:
How do I get the week number to return?

I've tried week(InvoiceDate) and weeknum(InvoiceDate) but they don't
work.
 
Top