Dynamic radio button

Hey all,

I am trying to create a dynamic radio button…

The radio button has 2 values(Y or N).If three other boxes are checked on the form I want the radio button to change to Y, if any of the 3 boxes are not checked it should read N. I am having trouble actually changing the value right now. Any help would be appreciated?

Thanks,

Adam

Subject: dynamic radio button

Assuming the field is computed:

@if((Field1!=“” & Field2!=“” & Field3!=“”);“Y”;“N”)

Subject: RE: dynamic radio button

Thanks, i had a similar statement setup but with the incorrect values…

Subject: RE: dynamic radio button

Try this…it works!

@if((test !=“” & testt !=“” & testtt !=“”);“1”;“2”)

Dialogue box 1 | Yes and 2 | No