T
Tim Callahan
Hello,
I have two tables, a parent and a child. THere is a 1 to
many relationship from the parent to the child.
I have a simple report that lists the contents of the
parent table. I want one field to be a concatenation of
data from the related child record(s).
This is currently working by using calling a function e.g.
=GetChildRecordValues([ParentId]) that runs a parameter
query and iterates through the results, and returns a
string with the concatenated child record values.
I suspect that this is a slow process and wanted to know
if there might be a higher performance way of doing this.
Thanks in advance,
Tim
I have two tables, a parent and a child. THere is a 1 to
many relationship from the parent to the child.
I have a simple report that lists the contents of the
parent table. I want one field to be a concatenation of
data from the related child record(s).
This is currently working by using calling a function e.g.
=GetChildRecordValues([ParentId]) that runs a parameter
query and iterates through the results, and returns a
string with the concatenated child record values.
I suspect that this is a slow process and wanted to know
if there might be a higher performance way of doing this.
Thanks in advance,
Tim