two tables...TableA and TableB. Both tables have the following common field names but not data: Field1, Name, Location
Field1 is unique so that there will be no duplicate values between tables.
I want to seach both tables for a value in Field1 and retrieve the Name and Location fields only from which ever table it is found in.
What is the easiest way to code this? So we'll say I am looking for a value of '0010398' that could be in either table.
Did that make sense?
Field1 is unique so that there will be no duplicate values between tables.
I want to seach both tables for a value in Field1 and retrieve the Name and Location fields only from which ever table it is found in.
What is the easiest way to code this? So we'll say I am looking for a value of '0010398' that could be in either table.
Did that make sense?