I have a text field (named ProjNo) in table tblBidTabs where project numbers now exist. I want to convert that field to a combo box where I look up the project number names in table tblProjects. However, I don't want to loose the Project Number data that already exists in tblBidTabs. Also, when I enter data in the ProjNo combo box on the form, I want to have the option of either selecting a Project Number from the pick list or entering a new number. If I enter a new number, it needs to become part of a permanent new record in tblProjects. Would an Update query be the way to go? Can someone give me detailed info on how to do solve my problem? Thanks in advance for any help.