I tried asking this with another similar thread, but no response, so sorry for the redundancy. I have like all my reports done, except this one. I have a report that shows an inventory for monitors. There is a field for workstation serial number in the table that feeds the report. I have the following expression to specify whether there is a workstation attatched to the monitor or not:
=IIf([WS] Is Not Null,"Yes","No")
Problem is, I only see "Yes" and I know that some should be saying no because there are records in the table/record source that have an empty field for the workstation.
What am I doing wrong please?
Thanks!
=IIf([WS] Is Not Null,"Yes","No")
Problem is, I only see "Yes" and I know that some should be saying no because there are records in the table/record source that have an empty field for the workstation.
What am I doing wrong please?
Thanks!