CrystalKanger 0 Newbie Poster

good day - I am wondering if anyone can explain to me how to allow the user to change the name of the tabs in a tab control via a textbox? For example, at runtime the user will be able to change the title of the tab ("TabPage1") to "Baking" by typing in "Baking" in a textbox. I have 6 Tabs total in a tab control, a combo box for selecting the tab and a textbox to type the new name into. When they hit the "save" button, the tab number they selected from the combo box will change from "tabPage1" to "Baking".