R
robboll
Access 2003
If I have a table like this with fields and data like this:
Table1
Acct - Name ------ value1 - value2 - value3
123------Bob------------10-----------10-------10
123------Sue------------10-----------10-------10
How can I get a query result like this?
Acct - Name ------ value1 - value2 - value3
123--- Bob, Sue------20------------20--------20
Any assistance greatly appreciated!
RBolling
If I have a table like this with fields and data like this:
Table1
Acct - Name ------ value1 - value2 - value3
123------Bob------------10-----------10-------10
123------Sue------------10-----------10-------10
How can I get a query result like this?
Acct - Name ------ value1 - value2 - value3
123--- Bob, Sue------20------------20--------20
Any assistance greatly appreciated!
RBolling