I would like to print the output of query in a different color (Red) when the an expiry date field is within the next 3 months. Field names are from Asset Table & Employee Table: Last Name, 1stName; Model, s/n, Expiry date. If expiry date = 11/30/08 - January 31, 2009 print Expiry Date in RED; which I can do with this statement:
If currentfieldvalue =Next61To90Days then crRED else defaultAttribute)
How do I print ALL other fields in this record RED ?
CRXI & SQL 2003.
Thanks
Donzi255
If currentfieldvalue =Next61To90Days then crRED else defaultAttribute)
How do I print ALL other fields in this record RED ?
CRXI & SQL 2003.
Thanks
Donzi255