"ThriftyFinanceGirl" <(E-Mail Removed)> wrote in
message news:0ED78E83-E54D-41F0-B61C-(E-Mail Removed)...
> Hmmmm... that will be tricky since I would open the report through a
> procedure on a form.... any suggestions on that?
You can do this:
DoCmd.OpenReport "YourReport", acViewPreview
DoCmd.PrintOut acPages, 1, 1
DoCmd.Close acReport, "YourReport", acSaveNo
That will show the report to the user momentarily, though, just long enough
to send it to the printer. If you don't want the user to see the report at
all, it will be a lot trickier.
--
Dirk Goldgar, MS Access MVP
Access tips:
www.datagnostics.com/tips.html
(please reply to the newsgroup)