How do I exclude holidays between two dates?

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

Guest

How can I exculde the number of holidays when counting the total number of
days between two dates?
 
Where are your holidays defined? There are about 100 holidays on my desk
calendar. Does your Access application know which ones are valid?

Have you done a search for this? There are several samples out there to
help you build in this feature. It is not nearly as simple as your question
implies.

Rick B
 
You would need a table listing all holidays...then query for holidays
between a given set of dates. Then subtract the number of holidays found
from the elapsed number of days.
 

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

Back
Top