Number of business days.

P

Peter Doering

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

Top