Hi Access Building Friends,
I am building a database for a manufacturer who needs to know the projected
End_Date of each job.
I know the Start_Date and the total days required to do the job.
I need to calculate the End_Date after taking into account Weekends and
Holidays.
I have a table which lists the dates of each holiday for several years to
come.
I tried using a code I found called, "Public Function WorkingDays" which
calculates the number of working days and holidays between two dates, but it
doesn't push the End_Date ahead to fulfill the working days needed.
I appreciate any help you can offer.
Thanks,
Connie
--
Message posted via AccessMonster.c om
I am building a database for a manufacturer who needs to know the projected
End_Date of each job.
I know the Start_Date and the total days required to do the job.
I need to calculate the End_Date after taking into account Weekends and
Holidays.
I have a table which lists the dates of each holiday for several years to
come.
I tried using a code I found called, "Public Function WorkingDays" which
calculates the number of working days and holidays between two dates, but it
doesn't push the End_Date ahead to fulfill the working days needed.
I appreciate any help you can offer.
Thanks,
Connie
--
Message posted via AccessMonster.c om
Comment