WEEK?

  • Thread starter Thread starter Randy
  • Start date Start date
R

Randy

I know how to come up with a week's number.

What I need to do is set an unbound field to the first date in week say
24 and another unbound field to the last date in week 24 or for that
matter any week number. Is there a way to do that?
 
To get the Sunday, try an expression like:
DateAdd("d", -Weekday(DateAdd("ww",24,#1/1/2005#))+1,DateAdd("ww",24,#1/1/2005#))
 

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

Back
Top