T
Tcs
I need to calculate the number of days between two dates. I went searching this group and found
what I needed, in a 2003 & 2005 posting. The 2005 posting mentioned:
http://www.mvps.org/access/datetime/date0012.htm
As I understand it, I'm to create an Array named "adtmDates". I haven't played with arrays before,
and am rather lost. Just how am I supposed to implement this?
I believe I need to add my own code to open my recordset and read thru the entire table, calling the
dates function to calc for each record. But where do I, how do I, include this array for all the
holidays I need to skip? My dates go back to 2000, so I potentially have 6 years worth of holidays
to account for.
Any help is appreciated, thanks in advance,
Tom
what I needed, in a 2003 & 2005 posting. The 2005 posting mentioned:
http://www.mvps.org/access/datetime/date0012.htm
As I understand it, I'm to create an Array named "adtmDates". I haven't played with arrays before,
and am rather lost. Just how am I supposed to implement this?
I believe I need to add my own code to open my recordset and read thru the entire table, calling the
dates function to calc for each record. But where do I, how do I, include this array for all the
holidays I need to skip? My dates go back to 2000, so I potentially have 6 years worth of holidays
to account for.
Any help is appreciated, thanks in advance,
Tom