G
Guest
I'm sure this is fairly simple but I cannot find an example. I want to load
the records of a one field table into an array. The table contains only
dates and I already have all the code I need to compare the dates but don't
know how to load the array from the table.
Table - Holidays
1/17/05
2/12/05
5/30/05
etc....
redim Hol(Holidays.recordcount + 1)
For i = 1 to ? (Holidays.recordcount +1)
Hol(i) = record i of Holidays
next i
That is not the code I tried but pretty much what I need.
Thanks
Rich J
the records of a one field table into an array. The table contains only
dates and I already have all the code I need to compare the dates but don't
know how to load the array from the table.
Table - Holidays
1/17/05
2/12/05
5/30/05
etc....
redim Hol(Holidays.recordcount + 1)
For i = 1 to ? (Holidays.recordcount +1)
Hol(i) = record i of Holidays
next i
That is not the code I tried but pretty much what I need.
Thanks
Rich J