Work Days

N

NeedHelp

How do I calculate the number of days between 2 dates- looking for work days
only-excluded weekends and holidays?
 
A

Arvin Meyer [MVP]

NeedHelp said:
How do I calculate the number of days between 2 dates- looking for work
days
only-excluded weekends and holidays?
How do I calculate the number of days between 2 dates- looking for work
days
only-excluded weekends and holidays?

The second function on this page should work:

http://www.mvps.org/access/datetime/date0006.htm

you might also be interested in:

http://www.datastrat.com/Code/GetBusinessDay.txt

--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

Disclaimer: Any code or opinions are offered here as is. Some of that
code has been well tested for number of years. Some of it is untested
"aircode" typed directly into the post. Some may be code from other
authors. Some of the products recommended have been purchased and
used by the author. Others have been furnished by their manufacturers.
Still others have not been personally tested, but have been
recommended by others whom this author respects.
 
P

(PeteCresswell)

Per NeedHelp:
How do I calculate the number of days between 2 dates- looking for work days
only-excluded weekends and holidays?

Somebody will need to maintain a table for the holidays:
different locales, different organizations, different purposes
(i.e. banking, stock trading, working) ==> different holidays.
 

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