Posted By FireGeek on 07/29/2010 01:34 PM It is true Lawson stores null dates as 01/01/1700 however how you identify nulls in Crystal are different based on your connection and where you are identifying them. Here is what I found if you are looking for NULL in a field use the following: OLE: Filter - BENEFIT.STOP-DATE = 00000000 Formula - isnull({BENEFIT.STOP-DATE}) ODBC: Formula - Date(BENEFIT.STOP-DATE) = Date(1700, 01, 01) Hope this helps. FireGeek
Posted By FireGeek on 07/29/2010 01:36 PM John, thanks for this bit of information, "1/1/1700 is only for some databases; others use 1/1/1800 and other flavors." I thought 1800 was a typo! FireGeek