Hi
I have a query and am trying to replace the Nulls with Nulls, and place a comment "Order Number" but it is currently placing the comment in every record.
please can you help, what have I done?
Thx
Darin
I have a query and am trying to replace the Nulls with Nulls, and place a comment "Order Number" but it is currently placing the comment in every record.
please can you help, what have I done?
Code:
IIf(IsNull([InvOrderNo])=Null,Null,"Order Number" & [InvOrderNo])
Thx
Darin