Mobius,I figured out how to solve my delimma. Instead of using a nested
if statement, I used the AND operator to combine the two sets of radio
buttons. So I changed it to elseif (ExceptionHold.rawValue==7 and
Date.rawValue==0) then $.rawValue="Collectability date Not Specified"
etc.But I still don't understand why I can get it to display the values
when using $.rawvalue in Formcalc, but when I try this.rawvalue in
javascript, nothing displays.