mailing report

B

blake7

Hi all, just a quick question, I have a report that runs fine using the code
below to send it to Lotus Notes, I have a criteria in the query that forms
the basis of the report, I am using the initials of my work team so
obviousley it asks for these initials before going into lotus notes, is there
any way you can add into the code, the initials of the relevant person so
that it does not prompt for them. I have
eight different buttons on my form each dedicated to a member of my team and
the code shown is behind each button. Hope you can help.
Regards Tony

DoCmd.SendObject acReport,"reportName",acFormatRTF,"email
address",,,"Subject",,True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top