find number of work days, excluding holidays

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a way to calculate the number of workdays, minus holidays in an access
database. Excel has the NETWORKDAYS worksheet function, but cannot use it in
access
 
I get a comile error that says user defined type not defined on a line that
says DIM DB as DAO.Database. What is the fix for this? I got this procedure
from the website you directed me to.
 
With any code module open, select Tools | References from the menu bar.
Scroll down through the list of available references until you find
Microsoft DAO 3.6 Object Library and put a checkmark beside it.
 

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


Back
Top