Hi Paul, First, thank you for cleaning up my form. Now, I'm still trying
to get it to work the way I envision. I put the following code in the
form1.Data.options.drugG.Drug change event: if(this.rawValue == 1 &&
form1.Data.options.feesG.fees == 2) {form1.Page1Subform.Space.presence =
"hidden";} else {form1.Page1Subform.Space.presence = "visible";} and
this code in the form1.Data.options.feesG.fees change event:
if(this.rawValue == 1 && form1.Data.options.drugG.Drug.rawValue == 2)
{form1.Page1Sub...