This may be simple, but so is my brain. So I seek assistance with the following.
I need to compare a field in each of two tables to create an "is equal" where not equal. For example, "USA" in table one would be considered equal to "United States" in table two, "CAN" in table one would be considered equal to "Canada" in table two. And so on, for dozens of values. Where the values are "equal" no action is taken. Where the values are "unequal" I will take an action, such as an update on table one or an update on table two.
So, I created a third table with the "USA" in column one, "United States" in column two for one record, and a record in that third table for all the other "equal" values.
But where do I go from here?
TIA!
Dave
[]
I need to compare a field in each of two tables to create an "is equal" where not equal. For example, "USA" in table one would be considered equal to "United States" in table two, "CAN" in table one would be considered equal to "Canada" in table two. And so on, for dozens of values. Where the values are "equal" no action is taken. Where the values are "unequal" I will take an action, such as an update on table one or an update on table two.
So, I created a third table with the "USA" in column one, "United States" in column two for one record, and a record in that third table for all the other "equal" values.
But where do I go from here?
TIA!
Dave
[]