E
EdS
Hello.. I would like to add a text field to my form which, for the current
record, displays an order date, due date, and send date for job orders. I
would like to add an additional text field (call it txtStatus) which would
indicate the following:
1. When the "due date" was omitted (txtStatus would display "dd omitted")
2. When the "send date" is null and the "due date" is beyond todays date,
(txtStatus would display "pending")
3.When the "send date" is null and we have passed the "due date" (txtStatus
would display "late/pending")
4. When the "send date" is entered and is beyond the "due date" (txtStatus
would display "sent late")
Will someone help me with the VB code to accomplish this?
record, displays an order date, due date, and send date for job orders. I
would like to add an additional text field (call it txtStatus) which would
indicate the following:
1. When the "due date" was omitted (txtStatus would display "dd omitted")
2. When the "send date" is null and the "due date" is beyond todays date,
(txtStatus would display "pending")
3.When the "send date" is null and we have passed the "due date" (txtStatus
would display "late/pending")
4. When the "send date" is entered and is beyond the "due date" (txtStatus
would display "sent late")
Will someone help me with the VB code to accomplish this?