I hope my question does not meet with too much derision ....... I can do the following and end up with desired result select client,sum(invvalue) as invttl, desc, ordnum, memodetails from mytable into table newtable group by client,ordnum
It gives me the 1 record I want BUT I also need to combine the memodetails into this same single record Can this be done ? -- Regards Sytze de Boer --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAG1nNy8ZA_97=qe4npunda6+lzmgknsfgxfqbtepguvc4rl...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

