Calculate week number

mlh407

Registered User.
Local time
Today, 12:42
Joined
Jun 24, 2005
Messages
26
Hi all, I need to know how to calculate the week number. There are 52 weeks in a year. Given any date, I want to know what week number it is.

Does anyone know how to do this in access?

Mike
 
you might also lookup the DatePart() function, which provides some options as to how the week number is calculated.

Bob
 

Users who are viewing this thread

Back
Top Bottom