Number of business days.

  • Thread starter Thread starter Harmony
  • Start date Start date
I was given the following article to show how to calculate
the number of business days in Access. This shows the
coding, by question is, how do I get this figure into a
query to make calculations?

http://www.mvps.org/access/datetime/date0006.htm

1. Copy the function into a module and save.
2. In a query in design view you type:
MyWorkDays: Work_Days(YourTable.YourStartDate, YourTable.YourEndDate)

HTH - Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Calculate business days 2
Calculate Working Days between two dates 2
Count Number of business days 1
Business Days 4
Number of days 9
calculating average days 1
Days in part of the month 1
days between tweak 5

Back
Top