Query on DB that is not mine

G

Guest

I am trying to combine two records into one.

For example, there is a query that returns the following fields:

PatentInventorID Patent0Code PatentMasterID
1 Smith 1
2 Jones 1
3 Jacob 2
4 Smith 3
5 Jones 3
6 Jacob 3
7 Roberts 4
8 Davis 4
9 Smith 4


Instead of having PatentInventorID for EACH inventor, this database has
PatentInventorID for each PatentMasterID. I want to run a query that returns

1st Record
PatentMasterID: 1
PatentInventorID: 1, 2

2nd Record
PatentMasterID: 3
PatentInventorID: 4, 5, 6

3rd Record
PatentMasterID: 4
PatentInventorID: 7, 8, 9

Thanks for any help.
 
G

Guest

Wow! Don't expect to hear back from me today. lol. It might take me
awhile. It will be a challenge but I am up for it. :blush:)

Thanks.
 

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