Ok, here is this mess. I'm redesigining a database for a local company. The previous database creator used Access 97, many years ago. He has so much duplicated data it isn't funny!
So anyway, the users of this database have to enter a
Seller Name
Buyer Name
Property Address
Previously, they had been entering the Seller Name in the Seller Name table and the EMFile Table, and the same for the other two. So, when I recreated a MySQL table, I designed it so that the Seller Name is entered Once in the Seller Name Table and what links the EMFile Table to the Seller Name Table is that the EMFile table stores the Seller Name ID.
My delima now is that somehow I am going to need to take the old access database which I've converted each table into an excel sheet, but I'll need to take the Seller Name entry, and somehow compare it to the Seller Name Table's Seller Name ID field so I can make this puppy work correctly.
Does anyone have any ideas on this??
God Bless,
Kevin