BDAYS.MDB contains the function ElapsedBDays, which you can use in your own
applications by copying the one module and the one table into your own app.

To use it, call it like:

    numberOfDays = ElapsedBDays(startDate, endDate)

ElapsedBDays calculated the number of BUSINESS days between two dates,
assuming that if you pass in the same date for the start and end dates,
you'll get a return value of 1.  ElapsedBDays first figures out how many
WEEKdays are included in the range of dates you specified, and then
counts the number of Holidays are in the same range, given the Holidays
table which lists all the holidays you might care about.

This function is supplied as FREE ware.  Please use it as you wish, and
distribute it freely.  If this saves you some time and you feel the urge,
please contribute some funds to your favorite charity in my name.  I'd
appreciate that.

Any comments/suggestions?  Let me know...

Ken Getz
KNG Consulting
76137,3650



