How do I calculate the # of business days between two dates?

J

Judy

I know absolutely nothing about coding. Trying to use calculations in a
report or query to accomplish this. Everything else I have found seems to
include "coding" that goes way beyond my capabilities. Anything a novice can
use?
 
M

Mark Andrews

You need to use code:
http://support.microsoft.com/kb/97757

You can call this function in a query
1. make the function a Public Function

In the query have a column like this
WorkDaysCalc: Work_Days([StartDate],[EndDate])

where [StartDate] and [EndDate] are actual fields in your query.

Everyone starts out a "Novice" but the more you do the more experienced you
get.
Otherwise just hire someone to build your database and be happy staying a
"Novice".
I think those are your two options. Almost all Access databases should have
code in my opinion.

HTH,

Mark Andrews
RPT Software
http://www.rptsoftware.com
http://www.donationmanagementsoftware.com
 

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