Re: DoCmd.OutputTo
- From: "Margaret Bartley" <margaret.NOTTHISBartley@xxxxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 17:26:47 -0700
To send a report, use this command:
DoCmd.SendObject acSendReport, strReportname, acFormatRTF, strRecipient,
strCC, strBCC, strSubject, strMessage
The string variables can be populated however you want, either from the db,
from code, from the user, whatever.
The two constants, acSendReport, and acFormatRFT are the only things that
are literals.
"Opal" <tmwelton@xxxxxxxxxx> wrote in message
news:44167565-33ba-46b1-9ebc-31d4b5865b4e@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Is it possible to code in VBA a parameter response in order to output
a report in
rich text format?
.
- Follow-Ups:
- Re: DoCmd.OutputTo
- From: Opal
- Re: DoCmd.OutputTo
- References:
- DoCmd.OutputTo
- From: Opal
- DoCmd.OutputTo
- Prev by Date: DoCmd.OutputTo
- Next by Date: Re: DoCmd.OutputTo
- Previous by thread: DoCmd.OutputTo
- Next by thread: Re: DoCmd.OutputTo
- Index(es):
Relevant Pages
|