I have a database that work fine. I need to transfer data from excel into it. I can do it and see the data in the table. The problem is how do I transver this information to three or four different tables which are linked with a "one to many" relationship. I also do not want it to create duplicates on the "one" side of relationship. There are some of the fields that are duplicted in both tables, the one record needs to ne transvered into tow tables. I use the duplication for references elswhere and cannot delete them.
Thanks

Thanks