Hello and thank you for any attention this post may receive
Windows 8.1
Access 2013
I have combo boxes on my form with text boxes that auto-populate based upon the selection in the combo box. On the form it works as I want it to - e.g. I select Apples (ID 1 in lookup tbl) and the associated text box populates correctly with seed (col 2 ID 1). However when I exit the form the record in the data table saves as Oranges (ID 2 I lookup tbl) and seed (col 2 ID 1).
I am stumped as to what is going on. Any suggestions?
Nadine