I have 2 files in a 1-to-many relationship. Say, multiple details per header. I want to print a field(ProcCode) from my detail on the same line, next to each other. How can I do this?
the detail line should look like this:
hdr.field1 dtl.field1 dtl.field1a dtl.field1n..
thank you
the detail line should look like this:
hdr.field1 dtl.field1 dtl.field1a dtl.field1n..
thank you