Week number function

T

Tyler

In an Access query, is there a way to determine the week
number of a date? I've tried using the WEEKNUM function,
but I keep getting an error message telling me that it's
not a defined function. Should that function work?
 
M

MGFoster

Tyler said:
In an Access query, is there a way to determine the week
number of a date? I've tried using the WEEKNUM function,
but I keep getting an error message telling me that it's
not a defined function. Should that function work?

? DatePart("ww", "3/25/04")
13

ww = week of year
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top