I am using the code below to convert a numbered dropdown menu into a long text field: form1.#subform[0].TextField1[0]::calculate - (FormCalc, client)if (DropDownList2[2] eq "N/A") then TextField1[0] = ""elseif (DropDownList2[2] eq "1") then TextField1[0] = "one long text" elseif (DropDownLis...