Thanks a lot for the followup.
Well, it's become a nightmare. I think I searched every page that Google and PHPB has to offer tonight. When I changed the settings it warned me about having rows with songid and userid matching. I began deleting them manually and then found a query on here that showed I had hundereds to delete. Some have one extra entry and some have 10.
My tables have about 8 columns,.one of them being auto_inc. I attempted to do the temp identical table/Distinct resolution but it didn't work because of the tables not quite being duplicate. If I tried to Distinct select all columns except the ID it gave an error of wrong number of columns.
I then read that you could just create the unique fields and import in and the mysql will give you an error and not allow the dupes,..but when it got to an error it would just quit.
Man,..almost 9am now. I give.
Thanks again.