J
Jason Gyetko
Is it possible to join by a field name instead of the value? I have two
tables which I need to retrieve all records for each table where the field
names are equal (and leave out the fields that don't match up).
Ex: TableA.Field1 = TableB.Field1
TableA TableB
-------- -------
Field1 = Data1 Field1 = Data100
Field2 = Data2 Field2 = Data200
Field4 = Data4 Field3 = Data300
Field4 = Data400
I do NOT want to show TableB.Field3 in my query results. Any help would be
greatly appreciated. Thanks.
tables which I need to retrieve all records for each table where the field
names are equal (and leave out the fields that don't match up).
Ex: TableA.Field1 = TableB.Field1
TableA TableB
-------- -------
Field1 = Data1 Field1 = Data100
Field2 = Data2 Field2 = Data200
Field4 = Data4 Field3 = Data300
Field4 = Data400
I do NOT want to show TableB.Field3 in my query results. Any help would be
greatly appreciated. Thanks.