![]() |
Sergey Kornilov admin 4/22/2011 |
You can use something like this in BeforeAdd event: if values("Approved ?")=1 then |
A
|
ASPFan author 4/23/2011 |
Thanks for the reply. |
![]() |
Sergey Kornilov admin 4/23/2011 |
It's going to be more complicated than that in this case. You going to use Javascript API implement onchange handler of 'Approved ?' field to update other fields. You going to keep the server side code I supplied as well if you want to save those fields in the database. |