I have a table called Orders. With two fields Order_id and Parent_order_id. You can see that order_id 8122 is an original order because Parent_order_ID is -1 and the others are split orders from the original order.
I am trying to write a formula that will show beside the original order a comment saying "split orders 8123,8124"
I need to show this beside all orders that are split..
The fields look like this,
Order_id Parent_Order_ID
8122 -1
8123 8122
8124 8122
7856 -1
I would like my report to look similar to this;
Order Contractor
8122 (Split Order 8123,8124) Mary Smith
7856 Jim Bob
I am trying to write a formula that will show beside the original order a comment saying "split orders 8123,8124"
I need to show this beside all orders that are split..
The fields look like this,
Order_id Parent_Order_ID
8122 -1
8123 8122
8124 8122
7856 -1
I would like my report to look similar to this;
Order Contractor
8122 (Split Order 8123,8124) Mary Smith
7856 Jim Bob