I have two tables - one is the inventor name, one is the #patents and the business unit. (in a nutshell - these are the only fields I need from each)
I need a query to return the results:
Inventor Name #Patents BU
Joe Smith 28 W
Joe Smith 4 F
what I get is:
Joe Smith 1 W.....(28 times in a column)
Joe Smith 1 F...(4 times in a column)
I've read and studied and queried and tested until I can't see. This can't be that hard. Can someone help?
I need a query to return the results:
Inventor Name #Patents BU
Joe Smith 28 W
Joe Smith 4 F
what I get is:
Joe Smith 1 W.....(28 times in a column)
Joe Smith 1 F...(4 times in a column)
I've read and studied and queried and tested until I can't see. This can't be that hard. Can someone help?