kshoemate
Programmer
- Dec 29, 2008
- 1
I am writing a report using a large database and one of the fields I need to use is a date field which may or may not be null. My problem is occasionally a field looks empty, but does not evaluate as null. Instead Crystal Reports errors. If I go to the field on the datascreen and put a date in and then delete it the field is fine. Is there any way to trap a record that is not null but has some sort of invalid characters in it? I have tried evaluating with ISDATE but it doesn't seem to work.