Using a listbox is not the way to do this. If you must use any type of list in this fashion, then use a listview. You can then have the name in the first column and the ID in the second column. You can then reference them independently.

Mega.