Hello All, I am having problems with Printing a report. I made a Sale Order Database that keeps the same OrderID for the different items on the order. When I try to Print the Invoice. the report looks like it is only one page but the output prints as many copies as items that are in the order, as they have the same OrderID. Is there a way of filtering this so that I only get one copy of the invoice.
The command line that I am using for Opening the report is:
DoCmd.OpenReport "InvoiceReport", acViewPreview, , "fkOrderID=" & Me.OrderID
which filters it for the right OrderID, but I can not go any further. Thank you for your help