GreenCup wrote:
Managed to figure out
Case when tblAssestCustom.Warrantydate < GetDate() then 'Expired' else 'In Warranty' end As [Warranty Status]
This brings another issue to the table,
If the warranty date is unknown and blank in the report, it returns In Warranty to the report. Any suggestions on returning a 3rd value when the warranty date is unknown?