Invoice Report sorting of detail band by CatergoryName, Product Name
Using Northwind.mdb as an example, I tried sorting the Invoices Query but that doesn't do it. I put Order By On in report and then Order By [CatergoryName], [ProductName] and that doesn't do it. I sorted the Order Details Extended and that didn't do it. On the SubReport I put Order By to [Order Details Extended].CategoryName, [Order Details Extended].ProductName and that didn't do it.
What else can I do?
Using Northwind.mdb as an example, I tried sorting the Invoices Query but that doesn't do it. I put Order By On in report and then Order By [CatergoryName], [ProductName] and that doesn't do it. I sorted the Order Details Extended and that didn't do it. On the SubReport I put Order By to [Order Details Extended].CategoryName, [Order Details Extended].ProductName and that didn't do it.
What else can I do?