Using combo box on a form

setting up a combobox to record data for a table. the table I am using for the ComboBox has two fields DriverID and Driver. when i go through the wizard it asks what i want to display and where do i want to record it .What i want to do is display the driver name and record the DriverId in the table, the wizard will only let me choose one field. In Access you can tell it what what field is the bound columm and what field to display. Just Learning Base
Thaks for your help

Hello,
You do that with a List Box and not a Combo Box

That was simple thank you