Hi all,
I have two dates, start date and enddate in a form, would like to calculate working dates between both dates in a third field called Exp:
(using a query buider in the form)
<code>
Public Function GetNumberOfWorkDays(sStartDate, sEndDate)
Dim iDays
Dim iWorkDays
Dim sDay...