I need to calculate the number of workdays between two fields in VB.
Is there afunction or how should I do it?
I am launching the following as an event procedure After Update.
Me![Days] = Me![End Date] -Me![Start Date] gives me total days. I just need work days.
Thanks
Is there afunction or how should I do it?
I am launching the following as an event procedure After Update.
Me![Days] = Me![End Date] -Me![Start Date] gives me total days. I just need work days.
Thanks