Access Question

I have a combo-box in a form and the choices are taken from a list of values in a table. Iwant the user to be able to select one and when they press a button, the value they chose is entered into another table.

I’m fairlynew to access, what’s the best way to do it? Should I have a macro that takes the value of the combo-box and saves it to the table or something?