Is combo2 a dropdown with 2 or more columns and if so which column is the name column?
If for example in the drop-down you have the ID as column 1 but hidden and the name column is column 2 then you would use this code:
DoCmd.RunSQL "INSERT INTO tmp_ticket (ticket) SELECT ticket FROM...