I have an invoice report (generic/text only).
How do I get a new line in the detail section of the report based on a field's value in the previous line. Here's an example of the detail line:
So in other words, whenever the previous field in the report contains the word "CHANNEL" the next line must be automatically produced with "CUT SIZE:".
I am using 1 query referencing 2 tables ([Invoice] & [Invoice Details]).
I'm also assuming that this would be done on the detail format event, but haven't got an idea how to go about it.
Any help will be appreciated.
Mario. "All is not as it seems"
How do I get a new line in the detail section of the report based on a field's value in the previous line. Here's an example of the detail line:
Code:
qty grade type description
1 3CR12 PLATE 1200x1250x1.6
1 304 CHANNEL 1200x1250x1250x1.3
CUT SIZE:
2 3CR12 RING 1200X1250X1.5
So in other words, whenever the previous field in the report contains the word "CHANNEL" the next line must be automatically produced with "CUT SIZE:".
I am using 1 query referencing 2 tables ([Invoice] & [Invoice Details]).
I'm also assuming that this would be done on the detail format event, but haven't got an idea how to go about it.
Any help will be appreciated.
Mario. "All is not as it seems"