F
Flick Olmsford
I am getting an #error display on the following function in a control on a
report
=IIf(IsNull([Projected Start Date]),"",[Projected Start Date])
Why?
[Projected Start Date] is a date field that may not have a date entered,
hence my test. My ultimate goal is to add text to the date field printout,
but leave the line blank so that I can collapse the line in the report if no
date exists, but print out text for the date if a date does exist.
report
=IIf(IsNull([Projected Start Date]),"",[Projected Start Date])
Why?
[Projected Start Date] is a date field that may not have a date entered,
hence my test. My ultimate goal is to add text to the date field printout,
but leave the line blank so that I can collapse the line in the report if no
date exists, but print out text for the date if a date does exist.