You can combine firstname and surname in your combo box. I'm assuming your current combo box is pointing the [surname] field in a table?
Instead, create a query; add the firstname and surname fields (and your primary key field); next, create a new field: Fullname: [surname] & ", " &...