/ Published in: Visual Basic
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
' Based on value of check boxes '=IIf(Abs([ChkBox1])+Abs([ChkBox2])+Abs([ChkBox3])=0,"Eligible","Not Eligible") ' Based on value of textboxes '=IIf((ElgStatus.Value="Eligible" And ConStatus.Value="Yes"),"Enrolled","Not Enrolled")