On Sun, 13 Jan 2008 21:56:37 -0800 (PST),
(E-Mail Removed)
wrote:
DoCmd.SendObject is the simplest way to send a report with
appointments. Your report would use a query that "looks back" on a
form to see for which ConsultantID the report would be generated.
Once you have that, just execute that in a loop over all consultants.
In the loop you would also set that "look back field" to the current
ConsultantID.
-Tom.
>Hi,
>
>I have a database to track appointments for consultants. What I need
>to do is run a report for each consultant and email their individual
>reports to them. I'd like to be able to do this from one command
>button on the main form. Any ideas how I would do this?
>
>Thanks
>r.