G
Guest
I have some dates coming into my report but I need to print "TBD" (to be
determined) if the dates are blank. what is the syntax to do this? I've tried
everyting but all I get is #ERROR on the report.
The fields are date/time and my control format is 'short date'.
My latest attempt was:
=IIF(isnull([mydate]),"TBD",[mydate])
-David
determined) if the dates are blank. what is the syntax to do this? I've tried
everyting but all I get is #ERROR on the report.
The fields are date/time and my control format is 'short date'.
My latest attempt was:
=IIF(isnull([mydate]),"TBD",[mydate])
-David