The Combobox is a list from a Lookup Table in the Database:
i.e. ContactType with items like HomePhone, WorkPhone,Mobile.
You store these values in another table, like Clients. Where you have a ClientTelNo and a ID as a foreign key to the Lookup Table, like ContactTypeID = 1, for HomePhone, or...