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?