Hi,
I think you may have to have 2 unbound combo boxes.
make cboName row source = Select Name from Table
make cboID = Select ID from Table
Make both combo boxes restricted to list
Below is the code you could use
'----------------------------------------------------------------------...