ok, solved the problem.
Each field should be bound normally to the appropriate column in the destination table.
On my combobox, I open the property sheet, go to the event tab, and then select [Event Procedure] for After Update.
I added:
Private Sub NewspaperSelect_AfterUpdate()...