PDA

Click to See Complete Forum and Search --> : How do I check a DateTime field for NULL


blakemckenna
Jul 10th, 2008, 03:28 PM
I'm using Crystal Reports 11. I need to create a formula that suppresses the detail line if a DateTime field is NULL.

My problem is I don't know what to supply as the value. See below!

rasinc
Jul 10th, 2008, 07:41 PM
IsNull (DateField) but I'm not sure if it works with datetime fields