query question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

for sample below from 1 table, how could I get all the projects for each
client..i assume a self-join maybe?

client project
----- -------
abc web develop
abc db work
abc consult
cbs consult
 
for sample below from 1 table, how could I get all the projects for each
client..i assume a self-join maybe?

client project
----- -------
abc web develop
abc db work
abc consult
cbs consult

Do you mean get them all on one line, as in

abc web develop, db work, consult
cbs consult

I presume?

If so, check out the code at:

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


John W. Vinson[MVP]
 

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