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
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