Hi
I am building a report of all sales order and asociated line items to be sent to a fulfilment company to dispatch the orders.
My master table is SalesOrder and I have one detail table, SalesOrderLineItem.
I am using the SalesOrderLineItem fields which are listed under the SalesOrder table, however the report is only returning the first SalesOrderLine for each SalesOrder.
I have fields from both the master and detail table in the detail section of my report.
I'm sure the solution to this problem is simple but I cannot find how to return the multiple rows per sales order!
Thanks in advance for any assistance!
Rick