G
Guest
Im joining multiple names and addresses in a query to single number groups
using (Field2: Conc("Field2","Node4_ID",[Node4_ID],"OCR")), which groups them
with a comma. When I put the groups on a document I can't get the names to
unlink. for instance, starting each sentenance with a name. I keep getting
the whole group with commas between the name;
name, address, name address, name address
instead of;
name, address
name, address
name, address
How do I fix this? do I need to remove the commas between name groups? and
how?
using (Field2: Conc("Field2","Node4_ID",[Node4_ID],"OCR")), which groups them
with a comma. When I put the groups on a document I can't get the names to
unlink. for instance, starting each sentenance with a name. I keep getting
the whole group with commas between the name;
name, address, name address, name address
instead of;
name, address
name, address
name, address
How do I fix this? do I need to remove the commas between name groups? and
how?