Share via

MS Access - Working days between 2 dates

Anonymous
2014-10-30T19:54:20+00:00

How do I calculate working days between dates in a access query

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2014-10-30T22:41:00+00:00

    You'll also find examples in Workdays.zip in my public databases folder at:

    https://onedrive.live.com/?cid=44CC60D7FEA42912&id=44CC60D7FEA42912!169

    If you have difficulty opening the link copy its text (NB, not the link location) and paste it into your browser's address bar.

    This little demo file illustrates means of doing so, optionally taking account of public or concessionary holidays, either in a single country or in the context of multiple countries with differing holiday dates (as in the constituent countries of the UK).  It also allows for custom working weeks other than the standard Monday to Friday.

    Was this answer helpful?

    0 comments No comments
  2. ScottGem 68,830 Reputation points Volunteer Moderator
    2014-10-30T20:22:37+00:00

    This page:

    http://access.mvps.org/access/datetime/date0012.htm

    has several functions to do Work Day arithmetic including

    dhCountWorkdaysAWhich Counts the business days (not counting weekends/holidays) in
        ' a given date range.
    

    Was this answer helpful?

    0 comments No comments
  3. HansV 462.6K Reputation points
    2014-10-30T20:20:50+00:00

    Was this answer helpful?

    0 comments No comments