Connecting Tech Pros Worldwide Forums | Help | Site Map

acSendReport

DD
Guest
 
Posts: n/a
#1: Nov 13 '05
Here is my code
This works fine as long as i have a printer installed..can i get
around not having a printer installed?

thanks in advance

DoCmd.SendObject acSendReport, "rptGSTSummary", acFormatSNP, _
"", , , "My BAS....", "If you can not view the report you will
need to download the free SnapShot reader at
www.microsoft.com/downloads (Search by Keywords SnapShot)", True

dd

Allen Browne
Guest
 
Posts: n/a
#2: Nov 13 '05

re: acSendReport


You need to have some kind of printer installed.
You do not have to have a printer present.

My understanding is that Access users the metrics from the printer driver to
format the report. You can therefore install any old printer driver from the
standard choices in the Control Panel. It then has something to work with,
so it's happy.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"DD" <david.deacon@bigpond.com.au> wrote in message
news:1412655e.0409221654.104d7311@posting.google.c om...[color=blue]
> Here is my code
> This works fine as long as i have a printer installed..can i get
> around not having a printer installed?
>
> thanks in advance
>
> DoCmd.SendObject acSendReport, "rptGSTSummary", acFormatSNP, _
> "", , , "My BAS....", "If you can not view the report you will
> need to download the free SnapShot reader at
> www.microsoft.com/downloads (Search by Keywords SnapShot)", True
>
> dd[/color]


Closed Thread