MSAC2K -- Calculating number of week days from a date...

D

David Dubroff

Microsoft Access 2000 Question:

What is the formula to find out the number of week days from a date stored
in the system to today's date (skipping Saturday and Sunday) ?

[Today's date] minus [date value] = "x" number of days (skipping Saturday
and Sunday)

What would the formula be to perform this calculation?

Thanks in advance...
Dave
 
D

Dirk Goldgar

David Dubroff said:
Microsoft Access 2000 Question:

What is the formula to find out the number of week days from a date
stored in the system to today's date (skipping Saturday and Sunday) ?

[Today's date] minus [date value] = "x" number of days (skipping
Saturday and Sunday)

What would the formula be to perform this calculation?

There's no built-in function, but fortunately others have done the heavy
lifting for us. To do workday math, use the functions posted here:

http://www.mvps.org/access/datetime/date0012.htm
 
M

Marshall Barton

David said:
Microsoft Access 2000 Question:

What is the formula to find out the number of week days from a date stored
in the system to today's date (skipping Saturday and Sunday) ?

[Today's date] minus [date value] = "x" number of days (skipping Saturday
and Sunday)

What would the formula be to perform this calculation?


This article shows a way to do that:
http://www.mvps.org/access/datetime/date0006.htm
but you want to modify it to avoid the English day names.
 

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