Re: Emailing a Report
- From: strive4peace <strive4peace2006@xxxxxxxxx>
- Date: Tue, 23 Jan 2007 09:20:42 -0500
Hi Gus
here are the parameters for SendObject
'SendObject
'[objecttype]
'[, objectname]
'[, outputformat]
'[, to]
'[, cc]
'[, bcc]
'[, subject]
'[, messagetext]
'[, editmessage]
'[, templatefile]
What is your question?
Warm Regards,
Crystal
*
(: have an awesome day :)
*
MVP Access
Remote Programming and Training
strive4peace2006 at yahoo.com
*
Gus wrote:
Hi, Thanks for your help..
I have a DB that stores user reminders. A report has been created to get users who need to be reminded of something they must do on a spcific date.
I am trying to formulate code to be able to send an email with the report for the users that appear on the report. I am using Lotus Notes.
This is the code that I am currently using.
Private Sub Command18_Click()
DoCmd.SendObject _
acSendReport, _
"Daily Reminders All Teams Report", _
acFormatRTF, _
"UserEmail", _
, _
, _
"Your Reminder", _
"Have a good day!", _
False
End Sub
- Follow-Ups:
- Re: Emailing a Report
- From: Gus
- Re: Emailing a Report
- Prev by Date: Re: Setting AllowBypassKey Property
- Next by Date: Re: Setting AllowBypassKey Property
- Previous by thread: Re: separate string (Numbers from letters)
- Next by thread: Re: Emailing a Report
- Index(es):
Relevant Pages
|