Hi all,
Okay, so I've normalized my database to the best of my ability. I've dissected the sample upload that was edited to show me how it should be. I've just attempted a test form to see how my new layout works. For some reason, I can't get my form to display the value but store it's ID back to the FRM_Main. As a test, my TBL_Main now has columns "MainID", "CountryID" & "CatID". When the table was created, I just named the fields as such. On my form, my combo box will display the "CountryName" and that is what it is saving back to the "CountryID" field in "TBL_Main" and not the actual ID as is good practice. Is it because of the way I've named the table fields or a row source issue, maybe something totally different? I've looked at the edited upload and can't see any major differences apart from the fact my version doesn't work!
What have I done wrong this time?