I have a combo box of States and their abbreviation. I want it to set a default value. When I do this with the Me!ComboBox = Me!ComboBox.itemdata(xx) it changes the selection in records previously recorded.
How do I get a default value that will not affect the already existing records.
Soc