G
Guest
Hello.. I have a report which lists (in the detail section) an order date,
due date, and send date for job orders. I would like to add an additional
text field to the report which would indicate (in text) the following:
1. When the "due date" was omitted (new text field would print "omitted")
2. When the "send date" is null, but Now() is less than the "due date" (new
text field would print "pending")
3. When the "send date" is later than the "due date" (new text field would
print "late")
I wanted to use the "IIf statement", however, it seems that will only
evaluate two conditions, and I need three. Any ideas how I might accomplish
this?
due date, and send date for job orders. I would like to add an additional
text field to the report which would indicate (in text) the following:
1. When the "due date" was omitted (new text field would print "omitted")
2. When the "send date" is null, but Now() is less than the "due date" (new
text field would print "pending")
3. When the "send date" is later than the "due date" (new text field would
print "late")
I wanted to use the "IIf statement", however, it seems that will only
evaluate two conditions, and I need three. Any ideas how I might accomplish
this?