mithani
Registered User.
- Local time
- Tomorrow, 03:18
- Joined
- May 11, 2007
- Messages
- 291
Hello all,
There is one field "DeliverDate" on my purchase order report. What I want that if this field is empty, then should print "ASAP" otherwise print delivery date. I am giving this command but showing error:
IIF([deliveryDate]=null, "ASAP", [deliveryDate])
Thanks
mithani
There is one field "DeliverDate" on my purchase order report. What I want that if this field is empty, then should print "ASAP" otherwise print delivery date. I am giving this command but showing error:
IIF([deliveryDate]=null, "ASAP", [deliveryDate])
Thanks
mithani