The secretary could highlight them in Word as she enters them. Then they will be highlighted when printed. Gray if printed on a black and white printer, yellow (or whatever) if they were printed on a color printer. Nothing will highlight them in color if they are printed on a black and white printer except her current manual method.
Interesting point! I don't know if they have a colored printer. I will have to check. I personally didn't think there was any way to automate it, but I told her I would put the question out there.
To make this work in Access, she would need to enter the names in Access using a form you create for her. Why does she need to recreate the list again each week?
[FONT="] She doesn't recreate the list each week, just makes a few additions and subtractions.[/FONT]
You would add a column to the table named HighlightYN and have a query that she can run to clear the last week's highlighting.
Then go through the list and select the new names to highlight. Create a report to duplicate the list she currently makes. The report needs to be sorted first by the HighlightYN field to get the highlighted members to the top and then after that probably alpha by name.
[FONT="]She doesn't even need to change the highlights, because each name has to be highlighted, and it doesn’t matter which person gets what names hightlighted. In fact if there was no additions or subtractions, the exact same highlights would be perfectly alright.[/FONT]
[FONT="]
[/FONT]