I've tried a few things but I still cant get it. I'm still fuzzy on the normalization part of it, I dont think my database would be considered normalized. But the combo box is displaying a project number and then a description. I do want both of these, once selected, to be seen in the box and then stored in the table as such. There wont be any need to break them apart later. I had the row source for the combo box set to a linked excel file that held all this information that way when that file was updated he database was as well. But then I ended up making a table that had the numbers and descriptions, because the file had a lot of other crap in it that I didnt need and for what ever reason was messing me up. Is there a way to just code it so on change or something that combobox.value = column(0) & column(1)? I tried something similar but couldnt get it to work.