On Tue, 18 Jul 2006 19:23:01 -0700, Francophone wrote:
> My database creates a report which summarizes the previous month sales
> performance. I'd like the ability to save that report so that I can look at
> it in the future, but don't know how. Each time the report is done it will
> generate a new report so next month when I run it, I will not be able to
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13488
> review last month's report.
>
> Any suggestions?
If your database is properly set up, you should be able to simply
re-run the report for any given month by using a query with criteria
on the DateField, i.e. Where Format(MyTable.DateField,"mm/yyyy") =
[What Month? mm/yyyy] as the report's record source.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13488
Enter 02/2006 when prompted and only records of Feb 2006 will be
returned.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail