Hello all,
This should be an easy thing to do but I am having a tough time trying to figure it out.
I have a table that can have duplicate people. I have another table that houses status on those people and it has duplicates as well.
What I need to do is to update the first instance of a person in the first table with the first instance of a person in a second page. Then I need to check for the second instance of a person in the first table agaisnt the second table to see if there is something there as well.
There should never be a case where there is no duplicate in the first table but a duplicate in the second table.
Any ideas on how to do this quickly?
Thanks!
This should be an easy thing to do but I am having a tough time trying to figure it out.
I have a table that can have duplicate people. I have another table that houses status on those people and it has duplicates as well.
What I need to do is to update the first instance of a person in the first table with the first instance of a person in a second page. Then I need to check for the second instance of a person in the first table agaisnt the second table to see if there is something there as well.
There should never be a case where there is no duplicate in the first table but a duplicate in the second table.
Any ideas on how to do this quickly?
Thanks!