Date Comparison

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I have a database that has project phase dates and I am trying to calculate the number of days that the project took excluding weekends and holidays, what is the best way to accomplish this? Do I have to create a seperate "weekend/holiday" table and compare the two?
 
SKT,

Here is a previous post concerning this:


--Orig Post--
Hi,

Is there anyway of doing a calcualtion similar to the Excel Function
"NETWORKDAYS", where it calculates the number of working days between 2
dates in a Access query or report?

Thanks

Bhavini


--Response--
Check the Date/Time section of "The Access Web" at
http://www.mvps.org/access/

There are a couple of different solutions there.

--
Doug Steele, Microsoft Access MVP

(No private e-mails, please)



Hope this helps,

Conan Kelly



SKT said:
If I have a database that has project phase dates and I am trying to
calculate the number of days that the project took excluding weekends and
holidays, what is the best way to accomplish this? Do I have to create a
seperate "weekend/holiday" table and compare the two?
 
Back
Top