P
Par 3
I am using Access 2000 and want my form to open up and
send two objects within Access and one Excel spreadsheet
via an Outlook email without my intervention. Currently,
I have only figured out how to send one Access object via
an Outlook email and I have to add the other objects, with
Outlook as the focus, and hit the send key (changing the
True to False in code below still prompts me to hit the
send key). Any help would be appreciated. Here is my
code so far:
DoCmd.SendObject acReport, "rptExample",
acFormatSNP, _
"Addressee1, Addressee2, Addressee2", , , _
EmailSubject, "Example Email Title.", True
send two objects within Access and one Excel spreadsheet
via an Outlook email without my intervention. Currently,
I have only figured out how to send one Access object via
an Outlook email and I have to add the other objects, with
Outlook as the focus, and hit the send key (changing the
True to False in code below still prompts me to hit the
send key). Any help would be appreciated. Here is my
code so far:
DoCmd.SendObject acReport, "rptExample",
acFormatSNP, _
"Addressee1, Addressee2, Addressee2", , , _
EmailSubject, "Example Email Title.", True