Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send report to multiple people

Status
Not open for further replies.

robcarr

Programmer
May 15, 2002
633
GB
Hi,

I have a report that is run from a form, the user selects the employee they want to report on, and then the dates they want to view, and then choose the report and the report is displayed, what i would like to do is create a similar report from a query and send each person who appears in the query that runs the report a copy of there own stats. So If the query generates 10 peoples data then it would send 10 reports to the various people.

I am just need ing advice on how to go about this.

thanks

Rob.

Hope this is of use, Rob.[yoda]
 
Hi
I am not sure I understand you, but if you are creating these reports from a query, couldn't you step through the query and get the names? That way you could use SendObject to email the report to each person. [ponder]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top