I have a graph based on a table. The table has parts, count of parts
returned for month, date (in mmmm yyyy format). If no parts were returned in
a given month, the graph simply skips over it. That is to say it doesn't
show it as a zero month. What I want to do is write something that looks at
the min and max date, the dates already in the table, then inserts the dates
needed (with a zero count). Simple right?

Signature
- Jeff
Tim Ferguson - 08 Sep 2005 19:09 GMT
> What I want to do is write something that looks at
> the min and max date, the dates already in the table, then inserts the
> dates needed (with a zero count). Simple right?
Excel does this by default...
Tim F