How do you view records that have an effective and termination date but are still active. What I mean is we want to see all current records. So in Oracle all we have to do is say termination_date is null, but this does not work in Crystal Reports because of data type issues it seems.