G
Geoff Robinson
Hi,
In a Query I need to grab a list of foreign keys of a particular field
and then show what another field associated with it is.
So Table A Has the Foreign Key. I want to take each Foreign Key (can
be duplicates) and basicly say "SELECT FieldName FROM TableB WHERE ID
= Foreign Key." Is there a nice way of doing this in a query? Using a
programming language I would just create a recordset and then loop
through that doing more sql queries. That option is not available to
me.
I greatly appreciate any help in advance.
Geoff
In a Query I need to grab a list of foreign keys of a particular field
and then show what another field associated with it is.
So Table A Has the Foreign Key. I want to take each Foreign Key (can
be duplicates) and basicly say "SELECT FieldName FROM TableB WHERE ID
= Foreign Key." Is there a nice way of doing this in a query? Using a
programming language I would just create a recordset and then loop
through that doing more sql queries. That option is not available to
me.
I greatly appreciate any help in advance.
Geoff