Equivalent of Month Function

G

Guest

I have a query that calculates the total hours worked using the Month
function, I would like to create a query that would use the equivalent of the
Month function so I could add number of hours worked for each week rather
than each month. I am sure it is easy but I am stuck !
Thanks for the help
 
G

Guest

A

Albert D.Kallal

Use the format function

format([yourDate],"ww")

The above will return the week as a number
 

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