Avatar

Level 7

You are almost there. All you need to do is this:

if (form1.Account_Client_Information.Owner_subform.recipiant_type >= 1 and  form1.Account_Client_Information.Owner_subform.recipiant_type <= 4) then

$.clearItems()

$.setItems("TA- Tax Letter, Bunch of stuff")

elseif (form1.Account_Client_Information.Owner_subform.recipiant_type >= 5 and  form1.Account_Client_Information.Owner_subform.recipiant_type <= 7) then

$.clearItems()

$.setItems("other stuff, Bunch of other stuff")

endif