I think it would be easier to do using VBA and recordset processing.
That's what I thought, and I've started on. Is it possible to use a recordset
as the basis for a form or report?
It seems strange that something I would consider a pretty basic function
hasn't been discussed before. Surely there are database systems that will
produce a monthly forecast based on values over a date range? Looking around
google, it doesn't seem to have been mentioned before.
Dave
> I think it would be easier to do using VBA and recordset processing.
>
[quoted text clipped - 20 lines]
> >
> > Dave
Klatuu - 31 Aug 2006 18:19 GMT
Forms and Reports need either a table or a query. I would suggest you create
a table as the output of what you are doing and use that as the record source.
Yes, it is done all the time when the data is to be analyzed within a specif
month, but the requirements you have are unique.
There may be a world class SQL whiz out there that could do this, but IMHO
the recordset idea for what you are doing is easier.
> That's what I thought, and I've started on. Is it possible to use a recordset
> as the basis for a form or report?
[quoted text clipped - 30 lines]
> > >
> > > Dave