I want to format dates in a column. Some of the columns are blank (null) and that is where I get #Error when I run the reportIIF(IsDate(Fields!LICDDATE.Value),FormatDateTime(Fields!LICEDDATE.Value,DateFormat.ShortDate),Nothing)IsDate returns True if the is valid date and returns False is there is Null value.Thanks for any suggestions.
↧