D
Devon
Hello
I have a report and subreport that is formatted and works the way I want it
to. Now, I would like to automate the subreport to only give a certain
amount of data.
Currently I have a form, frmReport, that contains several unbound fields.
These fields are linked to the query behind the report and the query behind
the subreport.
The report contains data concerning expenses. The report will go out to the
various managers, and shows their employees expenses for the given month.
The subreport shows the previous 12 month (month by month) at the manager
level. At the present time, I have a BeginDate and EndDate field on
frmReport, which gives me the data I want, but is not quite as automated as I
would like.
How can I program the report to show me the previous 12-months data on the
subreport? For example, if I am looking at 'December_2009' data on the
report, I would like to see 'December_2008' through 'November_2009' data in
the subreport.
Any help would be appreciated.
Thanks in advance
Devon
I have a report and subreport that is formatted and works the way I want it
to. Now, I would like to automate the subreport to only give a certain
amount of data.
Currently I have a form, frmReport, that contains several unbound fields.
These fields are linked to the query behind the report and the query behind
the subreport.
The report contains data concerning expenses. The report will go out to the
various managers, and shows their employees expenses for the given month.
The subreport shows the previous 12 month (month by month) at the manager
level. At the present time, I have a BeginDate and EndDate field on
frmReport, which gives me the data I want, but is not quite as automated as I
would like.
How can I program the report to show me the previous 12-months data on the
subreport? For example, if I am looking at 'December_2009' data on the
report, I would like to see 'December_2008' through 'November_2009' data in
the subreport.
Any help would be appreciated.
Thanks in advance
Devon