Combine record

  • Thread starter Thread starter dede
  • Start date Start date
D

dede

Hi guys..
is there any query to do this action:
i want to combine view record into a single record.
exm.

table 1
Name A B
Jack 10 22
jack 12 21
jack ... ....
jack 1 11
ben 12 2
ben 3 2
ben ... ...

into:
View 1
Name combine
jack 10,22 and 12,21and1,11 and .....
ben 12,2 and 3,2 and......

thx before..
 
Not that I can think of. You'd have to write a custom function to produce
results like that.


Rob
 
Hum, from your two previous posts, we don't even know if you are working
with JET/Access or with SQL-Server; so what kind of answer did you expect?
 
Back
Top