Set the rowsource property of your combo box to: Select tablename.skill_ID, tablename.skill_name FROM tablename (replace tablename with the actual name of your table).
Also set the column count property to 2 and make sure to put two sizes in the column width property, the first one being 0 to...