Can a query do ...

G

Guest

Good afternoon,

I currently have a query that returns the following format:

Report # dwg # dwg issue
1000576 abc123 A00
1000576 def456 B00
1000576 ghi789 F00
8365888 abc123 B00

However, I need to get the following
Report # dwg # dwg issue
1000576 abc123 A00, def456 B00, ghi789 F00
8365888 abc123 B00

Where I group by Report Number and have a field which enumerate all the dwg
# and issue for each report number?

How can this be achieved?

Thank you,

Daniel
 

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

Top