The formula should be something like:
isnull({table.date})
or
{table.date} < cdate(1900,1,1)
I use the second part because I don't know your Crystal version or the database being used, much less the format of this date when potentially null or blank, these things vary depending upon the environment and settings. Note that null checks must be performed first.
I'm guessing that you're new to computers, so please understand that software versions and in this case the database being used are critical to understanding the implementation.
-k