N
Nich
I have a query that gets median info for a user and I want
to combine the lines for each user into one memo field for
later usage...the current format:
user median detail month
JohnDoe 1 0 1,2004
JohnDoe 3 1 1,2004
JohnDoe 4 3 1,2004
So that means John had 1 0-day cycle time, 3 1-day and 4 3-
day for Jan 04...I want to combine this into this format:
user median detail month
JohnDoe 1 0, 3 1, 4 3 1,2004
Any help?
to combine the lines for each user into one memo field for
later usage...the current format:
user median detail month
JohnDoe 1 0 1,2004
JohnDoe 3 1 1,2004
JohnDoe 4 3 1,2004
So that means John had 1 0-day cycle time, 3 1-day and 4 3-
day for Jan 04...I want to combine this into this format:
user median detail month
JohnDoe 1 0, 3 1, 4 3 1,2004
Any help?