Here's the deal. I've been using combo a lot so this is a new one for me.
I am selecting state abbrv's to a vendor table. As long as I click on the list everything goes correctly. But, the combo is not auto expanding as I enter a character and is giving me the "not in list" error even if I enter the correct abbrv. I've tried using an unbound combo and using the click event to populate the vendor field. That worked but as soon as I save the DB and re open it its back to the way it was acting even with the unbound approach. I have tried to turn off auto correct with no help. I've even tried a blank DB with just the involved tables and form. I then copied the working control to the original DB but it won't work there and the original test db stopped working as well(after closing and re opening). I've verified field sizes etc. and everything is OK.
I've double checked the options and start up options and everything is the same in both DB's.
Generally when I use combo's I save "ID" but this time I'm saving the two character abbrv's NC, CA etc. I fixed it so I don't get the error but now if I enter lower case and leave the combo ad re click the list it is aligned with the proper entry that it was telling me was not in the list. click on it and I now have the capitalized abbrv. Could this possibly be because I am saving the text instead of the ID?
I'm at a loss.