as i mentioned in post 8, you want it in the after update event of the option group (the frame). You still have it in the after update event of the combo. When using an option group, you test the value of the frame, not the individual selections within the frame. The frame will have the value of the selected item. So,
if me.framename = 1 then