Rich,
This is what the formula should look like:
If (isnull({DB.Field.1})
or ({DB.Field.1} = cdate(0,0,0))) then "VOID"
else
Totext({DB.Field.1}, 'MM/dd/yyyy')
-Abhilash
Rich,
This is what the formula should look like:
If (isnull({DB.Field.1})
or ({DB.Field.1} = cdate(0,0,0))) then "VOID"
else
Totext({DB.Field.1}, 'MM/dd/yyyy')
-Abhilash