Remou - That's what I thought at first too. I think that cWhite 23 is looking to customize reports so that the recipients name is on each one.
cWhite23 -
AFAIK, You are going to need to do something like this.
First, create a table that contains all manager names and reports they recieve.
From this table you will need to create two recordsets. First recordset = Managers names.
You will loop through this recordset one at a time.
First step is to create a second recordset containing all reports for the manager in question.
Then you can loop through this recordset, modifying the reports (you can do this by opening them in design view) to include the manager's name somewhere. Also, append something to the caption so that they have different file names once printed (you said one report could go to several managers). Once they have been modified, print the report and move on to the next.
As you can see this is not going to be a trivial task. I would not think it is worth the time, but I don't know your environment.
A better idea would be to have them print their own reports, using the tip remou gave to include their name on it.
Anyway, if you are not familiar with recordsets and while loops, you will be by the time you are done with this ;-)
Good Luck,
Alex
[small]----signature below----[/small]
I don't do any programming whatsoever
Ignorance of certain subjects is a great part of wisdom