can I send a report as email using a macro

  • Thread starter Thread starter obelix1
  • Start date Start date
O

obelix1

As part of a larger access app, I need to send a report by email. Most users
will not have outlook installed so the functionality I try to simulate is
similar as if the user would use the "send to" function that opens the
resident email app and has the report as RTF attachment.
I'm fairly new to this and can't seem to find a macro command to do that.
Thanks for any help given.

obelix1
 
Obelix,

Have a look at the SendObject macro action. It should do what you need.
Please post back if you need more specific help.
 
Thanks Steve that worked perfectly

Steve Schapel said:
Obelix,

Have a look at the SendObject macro action. It should do what you need.
Please post back if you need more specific help.
 
Back
Top