G
Guest
I'm designing an order entry db for my small business. My client requires an
daily order file to be sent to them in excel, but limits each order to a
maximum of 6 products. I can get the report to export - no problem. But they
want one record for each order indicating (up to) 6 products (SKU, Qty and
Price) in one row. I created customer, order, order details and products
tables. Is there a way to get all order details associated with a single
order on a single row in a query or report?
daily order file to be sent to them in excel, but limits each order to a
maximum of 6 products. I can get the report to export - no problem. But they
want one record for each order indicating (up to) 6 products (SKU, Qty and
Price) in one row. I created customer, order, order details and products
tables. Is there a way to get all order details associated with a single
order on a single row in a query or report?