Hiya,
Can you help with another auto update field requirement?!
In my "ContractData" table I have various columns. One of them it titled "Contract Status" and another is "Contract Active"
What I'd like to have is the Contract Active column say "YES" or "NO" depending on the following:
If "Contract Status = ACCEPTED" and today's date is greater than or equal to "Contract Start Date" and is less then "Contract End Date" then Contract Active = YES, else Contract Active = No.
Is something like that possible..perhaps with a rendercell call in ContractData.php ?
Thanks once again
Paul