G
Guest
I have a table that lists documents that need to be reviewed. It has the
following fields:
Document No
Issue Date
Due Date
Reviewer 1
Completed 1 (check list)
Reviewer 2
Completed 2 (check list)
Reviewer 3
Completed 3 (check list)
Date Comments Returned
I have a query that displays all documents that are overdue (eg the due date
is <today). What I would like is to differenciate between the people who
have reviewed and the ones that haven't when I run a report from this query.
If the completed box is checked I would like the name to be returned in green
but if the checkbox is not checked then to return the name in red. My query
only returns records where the date comments returned field is Null.
I currently do not have the completed fields used within my query. I think
I am going to have to redesign my query as well (not sure!).
Any help offered is much appreciated.
Thanks Nic
following fields:
Document No
Issue Date
Due Date
Reviewer 1
Completed 1 (check list)
Reviewer 2
Completed 2 (check list)
Reviewer 3
Completed 3 (check list)
Date Comments Returned
I have a query that displays all documents that are overdue (eg the due date
is <today). What I would like is to differenciate between the people who
have reviewed and the ones that haven't when I run a report from this query.
If the completed box is checked I would like the name to be returned in green
but if the checkbox is not checked then to return the name in red. My query
only returns records where the date comments returned field is Null.
I currently do not have the completed fields used within my query. I think
I am going to have to redesign my query as well (not sure!).
Any help offered is much appreciated.
Thanks Nic