MichaelF81
Programmer
OK, I have a radio button called "reqNo" and if it is set to true, I want a field called "Required" to add "user@domain.com" to the required user field. If "reqNo" is set to false (which it is by default) I want it to not add the e-mail address.
IIf( expr , truepart , falsepart )
That is how it should work, I have set-it up and it does not. Any ideas?
"Adults are just obsolete children and the hell with them." - Dr. Seuss
IIf( expr , truepart , falsepart )
That is how it should work, I have set-it up and it does not. Any ideas?
"Adults are just obsolete children and the hell with them." - Dr. Seuss