>Hello all,
>
[quoted text clipped - 6 lines]
>
>Your help will be much appreciated!!
Base the Report on a query with a criterion on the date field in your table of
BETWEEN DateAdd("d", -7, Date()) AND Date()
If you want Access to be automatically opened and print the report, create a
Macro to run the report, and use Windows Scheduler to open the database. The
command line should contain a parameter to execute the macro, e.g.
"C:\Program Files\Microsoft Office\Office12\msaccess.exe"
"E:\somepath\yourdatabase.mdb" /x RunReport
John W. Vinson [MVP]
Fred's - 29 May 2007 17:59 GMT
On May 10, 3:33 pm, John W. Vinson
<jvinson@STOP_SPAM.WysardOfInfo.com> wrote:
> >Hello all,
>
[quoted text clipped - 19 lines]
>
> John W. Vinson [MVP]
Hi John,
How access can guess which date to which date the report need to be
printed?
Thanks, Fred's
John W. Vinson - 30 May 2007 00:24 GMT
>> If you want Access to be automatically opened and print the report, create a
>> Macro to run the report, and use Windows Scheduler to open the database. The
[quoted text clipped - 9 lines]
>How access can guess which date to which date the report need to be
>printed?
Windows Scheduler is just that - a schedular. It lets you specify the exact
date and time that the command will be launched, and the repeat interval
(annually, daily, every ten seconds if you wish).
John W. Vinson [MVP]
Tom Wimpernark - 30 May 2007 16:42 GMT
SQL Server and Access Data Projects includes this thing called SQL Agent;
this is 100 times more powerful.
Do you want to send an email if a procedure fails?
it doesn't take any code with Sql Agent!
MDB is ridiculolus, move to a database with a future!
-aaron
>>> If you want Access to be automatically opened and print the report,
>>> create a
[quoted text clipped - 18 lines]
>
> John W. Vinson [MVP]
George Hepworth - 30 May 2007 17:58 GMT
Aaron Kem.pf is posting under a new alias.
> SQL Server and Access Data Projects includes this thing called SQL Agent;
> this is 100 times more powerful.
[quoted text clipped - 28 lines]
>>
>> John W. Vinson [MVP]
Long Live Aaron Kempf - 25 Jun 2007 05:00 GMT
Warning!
John Vinson is a known troll; he does nothing but run around promoting MDB
I would reccomend finding a credible SQL Server developer / dba in order to
suit your needs.
>>> If you want Access to be automatically opened and print the report,
>>> create a
[quoted text clipped - 18 lines]
>
> John W. Vinson [MVP]
Fred's - 29 May 2007 18:13 GMT
On May 10, 3:33 pm, John W. Vinson
<jvinson@STOP_SPAM.WysardOfInfo.com> wrote:
> >Hello all,
>
[quoted text clipped - 19 lines]
>
> John W. Vinson [MVP]
Hi John,
How access can guess which date to which date the report need to be
printed?
Thanks, Fred's
Fred's - 29 May 2007 18:27 GMT
On May 10, 3:33 pm, John W. Vinson
<jvinson@STOP_SPAM.WysardOfInfo.com> wrote:
> >Hello all,
>
[quoted text clipped - 19 lines]
>
> John W. Vinson [MVP]
Hi John,
How access can guess which date to which date the report need to be
printed?
Thanks, Fred's
Fred's - 12 Jun 2007 00:05 GMT
On May 10, 3:33 pm, John W. Vinson
<jvinson@STOP_SPAM.WysardOfInfo.com> wrote:
> >Hello all,
>
[quoted text clipped - 19 lines]
>
> John W. Vinson [MVP]
Hi John, where can I found Windows Scheduler on windows 2000?
Fred's - 12 Jun 2007 00:29 GMT
> On May 10, 3:33 pm, John W. Vinson
>
[quoted text clipped - 27 lines]
>
> - Show quoted text -
Hi John, How can I create a Macro to run the report? Which macro
action do I used?
By the way, I 've found the Windows Scheduler
Thank you,
Fred's
John W. Vinson - 12 Jun 2007 03:42 GMT
>Hi John, How can I create a Macro to run the report? Which macro
>action do I used?
OpenReport, oddly enough.
John W. Vinson [MVP]
Fred's - 12 Jun 2007 23:54 GMT
On Jun 11, 10:42 pm, John W. Vinson
<jvinson@STOP_SPAM.WysardOfInfo.com> wrote:
> >Hi John, How can I create a Macro to run the report? Which macro
> >action do I used?
>
> OpenReport, oddly enough.
>
> John W. Vinson [MVP]
Hi John,
what do you mean by "The command line should contain a parameter to
execute the macro ?
"C:\Program Files\Microsoft Office\Office12\msaccess.exe"
"E:\somepath\yourdatabase.mdb" /x RunReport
And where do I put these path?
Thank you,
Fred's
John W. Vinson - 13 Jun 2007 00:49 GMT
>what do you mean by "The command line should contain a parameter to
>execute the macro ?
>"C:\Program Files\Microsoft Office\Office12\msaccess.exe"
>"E:\somepath\yourdatabase.mdb" /x RunReport
>
>And where do I put these path?
These two lines should be combined into one (messages word wrap so I can't
show it as one line), edited to have the actual drive, path name, and database
name, and put into the command line window on Windows Scheduler.
John W. Vinson [MVP]