I have a query where all the data in the fields will contain the same data except two. What I want to do is create a recordset that contains all the fields but when it comes to the two fields that have different data, I want that data to be together in one field. For instance,
part cd comp lang are the fields.
sj234 c1234 c2345 en
sj234 c1234 c2345 sp
sj234 c1234 c5678 en
sj234 c1234 c5678 sp
and I want to end up with
sj234 c1234 c2345 en,sp
sj234 c1234 c5678 en,sp
Not really sure how to go about this. Any ideas?
Mary
part cd comp lang are the fields.
sj234 c1234 c2345 en
sj234 c1234 c2345 sp
sj234 c1234 c5678 en
sj234 c1234 c5678 sp
and I want to end up with
sj234 c1234 c2345 en,sp
sj234 c1234 c5678 en,sp
Not really sure how to go about this. Any ideas?
Mary