Hi I have a simple order report with a subreport that filters the details (an order can have more than one product ordered (=orderdetail in subreport).
I usually open it with a filter on orderId =Me.OrderId, but other times I open it without the filter. The problem when I do this is that the order details shows all the details of all the orders, it seems that if I don't specify the Id it loads them all in the same form.
What I need is the report to show one record at a time, I.e. one record per page. Any idea how to do this?
I usually open it with a filter on orderId =Me.OrderId, but other times I open it without the filter. The problem when I do this is that the order details shows all the details of all the orders, it seems that if I don't specify the Id it loads them all in the same form.
What I need is the report to show one record at a time, I.e. one record per page. Any idea how to do this?
Last edited: