K
Kitty
I have a report that shows three conditions for each
record. Those conditions are either Y or N.
The report is showing the results of an independent
verification of those conditions; i.e., did the branch
assign the proper code.
The users of the report want the correct codes to be in
lower case, and the incorrect codes to be in upper case
and bold. They want to see the three codes that were
assigned by the branch with an indication of their
accuracy.
There is a field in the underlying table that indicates if
the conditions are correct. That field is completed by
the independent reviewers. I'm using the field to control
the bolding if the Y or N (an if statement in the
Detail_Print event).
How can I change the case at print time? Or can't I?
Thanks for your help.
record. Those conditions are either Y or N.
The report is showing the results of an independent
verification of those conditions; i.e., did the branch
assign the proper code.
The users of the report want the correct codes to be in
lower case, and the incorrect codes to be in upper case
and bold. They want to see the three codes that were
assigned by the branch with an indication of their
accuracy.
There is a field in the underlying table that indicates if
the conditions are correct. That field is completed by
the independent reviewers. I'm using the field to control
the bolding if the Y or N (an if statement in the
Detail_Print event).
How can I change the case at print time? Or can't I?
Thanks for your help.