You can control what column your ComboBox is displaying.
In its control source, you would include two fields (in this order): ID, Textfield
You would then set the bound column to 1. Under format, set the column count to 2, and set the column widths to 0"
This will hide the first column, and...