Ok, so now I have a script that finds the related records. It then fills a global text field with the 5 fields from the first related record, then loops and concatenates the next related record's fields until it finds the last record.
So now the global field DOES HAVE all the data in it. However, the text in the original related fields vary in length, so the global looks something like this:
1 Item1928 This is the decription $1000
1 Item182098 This is the decription for this line $1000
11 item1 Short Decription $30
Maybe a strange question, but is it possible to insert tabs into a calculation so that it's formatted correctly for print?
Thanks again