G
Guest
I need to write a sum query however one of the fields needs to be a
concatenation of the detail records.
for example
bob 10
chuck 20
would come back as
bob/chuck 30
I'm wondering if there is a way to do it with the query designer rather than
creating an ado recordset and manually sequencing through the records
thanks
concatenation of the detail records.
for example
bob 10
chuck 20
would come back as
bob/chuck 30
I'm wondering if there is a way to do it with the query designer rather than
creating an ado recordset and manually sequencing through the records
thanks