Hi,
I have a table "Table1" that has unique Id's and scores that are imported daily from a table that may have additional scores or changes in scores in the current table.
Exp: Table1
00000154 Bob Smith Score1 Score2 Score3 etc.
Table2
00000154 Bob smith Score1
00000154 Bob smith Score2
I need code that places the new scores into Table1 's individual record(no dups) in order to get placements.
I have tried union queries and Concatenate with no success.
Thanks,Lorna