show dates by the week...

  • Thread starter Thread starter andrew v via AccessMonster.com
  • Start date Start date
A

andrew v via AccessMonster.com

Is there a way to show a whole week by dates limiting it to only Mon thru
Fri? Therefore, when the next work week comes along there will be a new
set of dates instead of using

Date(), Date()+1, Date()+2...Date()+4

any suggestions, greatly welcomed. thanks.
 
Is there a way to show a whole week by dates limiting it to only Mon thru
Fri? Therefore, when the next work week comes along there will be a new
set of dates instead of using

Date(), Date()+1, Date()+2...Date()+4

any suggestions, greatly welcomed. thanks.

DatePart("ww",[DateField])

Look in VBA help for the available arguments for the DatePart
function.
 

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