Hello everyone, and thanks for taking a look at my thread. Here is the problem I am having. I am trying to take an access report of about 10-20 users and loop through each report to make a report for each person on that report. Their report would only show their name next to their data, and I need it to blank out all other names on the report. So it kind of looks like this - no making fun of the drawing =)
Name Calls Time Productivity
Joe 50 10:25 75%
Sue 75 12:34 56%
Bob 85 14:23 43%
And from this I need it to make 3 reports, one for each person on the list. So for Joe the report should look like:
Name Calls Time Productivity
Joe 50 10:25 75%
***** 75 12:34 56%
***** 85 14:23 43%
I hope this is something someone can help me with. Any help is appreciated. All I have left to figure out on this project is how to get the other names blanked out that I am not on, but it still needs to show the rest of their data. Thanks!
Name Calls Time Productivity
Joe 50 10:25 75%
Sue 75 12:34 56%
Bob 85 14:23 43%
And from this I need it to make 3 reports, one for each person on the list. So for Joe the report should look like:
Name Calls Time Productivity
Joe 50 10:25 75%
***** 75 12:34 56%
***** 85 14:23 43%
I hope this is something someone can help me with. Any help is appreciated. All I have left to figure out on this project is how to get the other names blanked out that I am not on, but it still needs to show the rest of their data. Thanks!