S
Shannon
I have two tables.
TableA has fieldID, field1, field2 and
TableB has RecID, fieldID, fieldA, fieldB.
Now there is a one to many relationship between TableA and
TableB through fieldID field.
I want to be able to write a query that will list out all
records in TableB and place the fields from TableA as well.
For example, I want the results of the query to look like:
fieldA, fieldB, field1, field2 {where field1 and field2
are the corresponding values based upon whatever the
fieldID was in TableB}
Does this make sense? Does anyone know how to write a
query to do this?
Thanks!
TableA has fieldID, field1, field2 and
TableB has RecID, fieldID, fieldA, fieldB.
Now there is a one to many relationship between TableA and
TableB through fieldID field.
I want to be able to write a query that will list out all
records in TableB and place the fields from TableA as well.
For example, I want the results of the query to look like:
fieldA, fieldB, field1, field2 {where field1 and field2
are the corresponding values based upon whatever the
fieldID was in TableB}
Does this make sense? Does anyone know how to write a
query to do this?
Thanks!