I'm looking for some ideas concerning consecutive dates.
Hi,
I have an application that downloads data through ADO. One of the fields is a "Contract Expiration Date". I place the count of these into monthly buckets.
My problem is that for some months there is no contracts that are expiring. For example we might have contracts expiring in Jan. 04, Feb. 04, none in May 04, Jun. 04, etc.
What I'm trying to come up with is a way to tell if I have data for 12 consecutive months, and if not place a 0 (zero) in the monthly bucket with no data.
Any ideas will be greatly appreciated.
Thanks,
Al.