Hi,
I have three datatables with similar data.



(Unfortunately in my example the data was exactly the same hence the terrible job painting data in). Using the first table, I want to compare it with the other tables. If the row is different from the same rrow in table 2 and table 3, then I'll do something with it. In the case above, the only which would be marked is the round 1 data, because in that row it has 10-9 instead of 9-10.
I'm just having trouble figuring out how to compare them to one another.
Thanks,
GF