I am trying to get an Expression in a query to only count "Working Days". The expression is based on two date fields and is:
([ActualCompleteDate]-[ComponentArrivalDate]) and I want the answer to include only days from Monday to Friday that are actual "Working days" i.e. not bank holidays etc. I have no idea how to do "working days" in Access.
E.g.
29/12/05 - 22/12/05 would = 2 if it only counted work days, however I am getting the answer of 7 since it counts the weekend and Xmas.
([ActualCompleteDate]-[ComponentArrivalDate]) and I want the answer to include only days from Monday to Friday that are actual "Working days" i.e. not bank holidays etc. I have no idea how to do "working days" in Access.
E.g.
29/12/05 - 22/12/05 would = 2 if it only counted work days, however I am getting the answer of 7 since it counts the weekend and Xmas.