F
Fredrated
I am creating a report based on a summary query where one of the 'group by'
fields will sometimes be blank, thus there will be one line in the report
that has an empty field. How do I get something like 'Option not picked' to
appear in the blank spot instead of just a blank?
I tried putting =IIF(isnull([session]),"Option not taken",[session]) into
the control source to replace the field session, but I get #ERROR as a result.
Any ideas?
Thanks
Fred
fields will sometimes be blank, thus there will be one line in the report
that has an empty field. How do I get something like 'Option not picked' to
appear in the blank spot instead of just a blank?
I tried putting =IIF(isnull([session]),"Option not taken",[session]) into
the control source to replace the field session, but I get #ERROR as a result.
Any ideas?
Thanks
Fred