You know, that should work, but when I do combo.ListIndex = 0 (or any int) it says something like "Not using listindex proporly". And I know that there is a 0 element in the list. VB can really be a ...
In VBA for access 2000, it was really easy to prevent someone from entering a value that was not in the list. In the combobox's properties, you just change the "LIMIT TO LIST" property to ...