G
Guest
I have a an unbound field in a report that utilizes the switch function. The
field is based on date entries in the report. I have been unable to set the
field to output the word "Unknown" if the date entry "is null"
here is the line I have in control source, how do I include the IS NULL
condition:
=switch([start date]>now(),"scheduled", [start date]<=now() and [end date]>=
now(),"attending",[end date]<now(),"ended")
I have tried to include: [start date] = is null, "unknown"
but this has not worked...
field is based on date entries in the report. I have been unable to set the
field to output the word "Unknown" if the date entry "is null"
here is the line I have in control source, how do I include the IS NULL
condition:
=switch([start date]>now(),"scheduled", [start date]<=now() and [end date]>=
now(),"attending",[end date]<now(),"ended")
I have tried to include: [start date] = is null, "unknown"
but this has not worked...