Tables - grouping of data

T

Trish

Is there a way I can group data in records. Eg

Instead of:

Name Colour
Jones Blue
Smith Black
Jones White
Smith Green

Thanks
can I have:

Name Colour
Jones Blue, White
Smith Black, Green
 
A

adsl

Trish said:
Is there a way I can group data in records. Eg

Instead of:

Name Colour
Jones Blue
Smith Black
Jones White
Smith Green

Thanks
can I have:

Name Colour
Jones Blue, White
Smith Black, Green
 
A

adsl

Trish said:
Is there a way I can group data in records. Eg

Instead of:

Name Colour
Jones Blue
Smith Black
Jones White
Smith Green

Thanks
can I have:

Name Colour
Jones Blue, White
Smith Black, Green
 
A

adsl

Trish said:
Is there a way I can group data in records. Eg

Instead of:

Name Colour
Jones Blue
Smith Black
Jones White
Smith Green

Thanks
can I have:

Name Colour
Jones Blue, White
Smith Black, Green
 
S

SteveLoS

Allen, I have been working with your suggestion but getting an error message
"Undefined Function 'fConcatChild' in expression"
I'm not an advanced user but folowed the string you provided, substituting
of course my own tables, fields, etc.

Any suggestions?
 
Top