'Morning all, I let a novice work for the last few months on developing a customer record database. One of the things that he did incorrectly was to set up a relationship between TBL_Customer and TBL_Address using a lookup field set to allow multiples. This is creating a lot of problems for us as we try to create forms to input / edit / add new records.
My question for the forum is, if I were to create a new junction table to replace this relationship, how can I update the table with the exsisting FK field's values?