Hi All - new here so be kind.
I am trying to set the cell that if it doesn't have an OrderNum then the field is says NO. However when I run it - it shows NO on every line.
Room: IIf(IsNull([OrderNum])=Null,Null,"NO")
Background I have two tables. One with all Orders and one with Orders that contain a product called Rooms. I want a list that shows all the orders and column that has a NO (ideally a check box if it has a room). but I couldn't find a way to do a positive. So I figured I'd just not all orders without a room on the order show "NO".
Thanks in advance.
I am trying to set the cell that if it doesn't have an OrderNum then the field is says NO. However when I run it - it shows NO on every line.
Room: IIf(IsNull([OrderNum])=Null,Null,"NO")
Background I have two tables. One with all Orders and one with Orders that contain a product called Rooms. I want a list that shows all the orders and column that has a NO (ideally a check box if it has a room). but I couldn't find a way to do a positive. So I figured I'd just not all orders without a room on the order show "NO".
Thanks in advance.