Well, it would probably be easier to place the combo box outside the tab control in this case!
😉(If this is not a solution (Why not???), you need to duplicate the combo box on each tab and create e.g. local variables from each combo box. Whenever one of them changes its value, you need to write the new value to the local variables of all others.)