You need to do a search on the last name try something like this to find the name. Put the code in your OnUpdate event
max = Me.Names.ListCount
For i = 1 To max
Me.cboName = Me.cboName.ItemData(i)
If Me.cboName.Column(1, i) = Me.txtLastName.Value Then...