Reniel, Thank you for the reply, I did use the update column tool and the result was taking the first record and repeating it as in my example.
James, Thank you also for the reply, unfortunately, I can't remove the duplicates. But your response will may help me to further manipulate the files I am working on!
Krishna, Thank you for the reply, I contemplated your solution, however there are UserId's not in both tables, so I'm not sure this will work, but I can play with it.
Prior to and after posting this question I was reading everything on this site, all the Ninja Query articles and just a bunch of questions already on here. I have used Mapinfo for almost a year, but I'm in a new position and trying to help my new workgroup find some data solutions to projects they are working on using Mapinfo as tool. Up until now I have never had to go so deep into Mapinfo, SQL, & Mapbasic.
I may have found a solution using a double join of USERID and Territory and taking that query and updating my second table using the territory as the join back into my second table. I am auditing the results now to see if this gives me the results I am looking for.