In the afterupdate event of the combo
Code:sub cboInput_afterupdate select case true CASE instr(cboInput,"BB")>0 txtOUTPUT = "BB" CASE instr(cboInput,"CD")>0 txtOUTPUT = "CD" CASE instr(cboInput,"FR")>0 txtOUTPUT = "FR" CASE ELSE txtOUTPUT = "?" end select
This works perfect.. Thank you so much...![]()