S
speaton via AccessMonster.com
Hello, everyone.
I have a subreport that is used to list comments made by various individuals
according to when they made them, and recently I've had a request to change
the color of comments entered into the system in the past week to blue so
that anyone using the report can skip immediately to the blue comments to see
the most recent ones.
The subreport itself has controls named User, CommentDate, Comment, and
Sentiment. The table from which this information is drawn also has a field
named EntryDate. What I would like to do is have User, CommentDate, Comment,
and Sentiment appear in blue if EntryDate is greater than or equal to Date()-
7, but if possible I would prefer for EntryDate not to be shown on the
subreport.
Can anyone recommend a good way to achieve this effect?
This is being done in Access 2007, if that makes any difference.
With many thanks for any and all pointers,
speaton
I have a subreport that is used to list comments made by various individuals
according to when they made them, and recently I've had a request to change
the color of comments entered into the system in the past week to blue so
that anyone using the report can skip immediately to the blue comments to see
the most recent ones.
The subreport itself has controls named User, CommentDate, Comment, and
Sentiment. The table from which this information is drawn also has a field
named EntryDate. What I would like to do is have User, CommentDate, Comment,
and Sentiment appear in blue if EntryDate is greater than or equal to Date()-
7, but if possible I would prefer for EntryDate not to be shown on the
subreport.
Can anyone recommend a good way to achieve this effect?
This is being done in Access 2007, if that makes any difference.
With many thanks for any and all pointers,
speaton