G
Guest
I need to test a field (ContractEndDate) against the current system's date
(now()). If ContractEndDate = now() Then
I need to switch the ContractStatus = "Closed" and
also update a new associated contract extended record's status to "Active"
Else
ContractStatus = ContractStatus for the current record and
the new extended contract record's status will still be "not active"
End If
Would I put this code under the timer event procedure or use a DateDiff
function?
Can you please guide me where to implement this. I'm totally lost on how to
go about coding this.
Thank you!!
(now()). If ContractEndDate = now() Then
I need to switch the ContractStatus = "Closed" and
also update a new associated contract extended record's status to "Active"
Else
ContractStatus = ContractStatus for the current record and
the new extended contract record's status will still be "not active"
End If
Would I put this code under the timer event procedure or use a DateDiff
function?
Can you please guide me where to implement this. I'm totally lost on how to
go about coding this.
Thank you!!