I am trying to figure out how to do the following:
I have a report that, in the Details section (among other things) displays:
AGE (ex. 42.28)
and
PHYSAuth (date field)
If the PHYSAuth is null AND the age is greater than 39.99 I would like the age to display in bold red.
I tried to write this in the OnFormat Event, but I don't know the correct syntax, does anyone know how to write something like this?
Thanks very much for any help!
I have a report that, in the Details section (among other things) displays:
AGE (ex. 42.28)
and
PHYSAuth (date field)
If the PHYSAuth is null AND the age is greater than 39.99 I would like the age to display in bold red.
I tried to write this in the OnFormat Event, but I don't know the correct syntax, does anyone know how to write something like this?
Thanks very much for any help!