I am planning on using the "before update" event to validate a field.
Can someone help fill in the english with some code!!!
The form is used to enter different types of work.
If WorkType.value = "Payroll" then
[PAYROLL END DATE] is required.
else
do nothing
End If
Thanks
Rob
Can someone help fill in the english with some code!!!
The form is used to enter different types of work.
If WorkType.value = "Payroll" then
[PAYROLL END DATE] is required.
else
do nothing
End If
Thanks
Rob