I am using crystal to report off of whats known as a heat database. The date is actually stored as a text string. Is what I am trying to do is develope a date formula that looks for all records over 90 days old. The 2 fields I use is currentdate and datereceived. So basically is what I need are all records where the difference between the date received and the current date is over 90 days. Any help would be appreciated.