I need to calculate the numberof business days between records in a query. For instance, I need to compare
record #2 to record #1, and record #3, to record #2, and record #4 to record # 3....and soon.
SO if record #5 calculates to 40, and record #6 36, then I want the value 4...In other words 4 business days elapsed between the two records.
I want the value of the previous record in the query.
record #2 to record #1, and record #3, to record #2, and record #4 to record # 3....and soon.
SO if record #5 calculates to 40, and record #6 36, then I want the value 4...In other words 4 business days elapsed between the two records.
I want the value of the previous record in the query.