Returning "Outer Join" values in a single string

  • Thread starter Thread starter C Downey
  • Start date Start date
C

C Downey

I have a one to many relationship on two tables. Table A is the parent,
Table B is the child. I want to write a SQL statement that will give me back
a single record for each item in A and a column which has the values from
Table B concatated in a single string...is this possible?

TIA
 
C Downey said:
I have a one to many relationship on two tables. Table A is the
parent, Table B is the child. I want to write a SQL statement that
will give me back a single record for each item in A and a column
which has the values from Table B concatated in a single string...is
this possible?

In your query, invoke the fConcatChild() function described and defined
here on the Access Web:

http://www.mvps.org/access/modules/mdl0004.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top