I have a problem displaying a date on a report - the query yields a date, but when the date is NULL it displays 30 Dec 1899, I would like it to display nothing - an empty string, i have tried using the Iif statementin the report like:
=IIf([Date cleared]=#18/12/1899#,' ',[date cleared])
but then I just get an error what is the right way to deal with this annoying little problem?
=IIf([Date cleared]=#18/12/1899#,' ',[date cleared])
but then I just get an error what is the right way to deal with this annoying little problem?