Hi guys,
I have a report that uses the following query:
SELECT Parts.*, [PartsSupplierWSP]*[SOH] AS WSPUSD, [Wholesale]*[SOH] AS WSPAUD, Parts.Inactive, [UnitPrice]*[SOH] AS SaleAUD, Parts.Reorder_Level, Parts.PartName FROM Parts WHERE (((Parts.Inactive)=No) AND ((Parts.Reorder_Level)<>0)) ORDER BY Parts.PartName;
When I run the query in the query designer, it sorts the records correctly.
When I run the report, the records are not displayed in the sort order (by Parts.Partname). I have tried everything and it's driving me nuts...what am I missing here???
Thanks for your help.
Cheers
Greg
I have a report that uses the following query:
SELECT Parts.*, [PartsSupplierWSP]*[SOH] AS WSPUSD, [Wholesale]*[SOH] AS WSPAUD, Parts.Inactive, [UnitPrice]*[SOH] AS SaleAUD, Parts.Reorder_Level, Parts.PartName FROM Parts WHERE (((Parts.Inactive)=No) AND ((Parts.Reorder_Level)<>0)) ORDER BY Parts.PartName;
When I run the query in the query designer, it sorts the records correctly.
When I run the report, the records are not displayed in the sort order (by Parts.Partname). I have tried everything and it's driving me nuts...what am I missing here???
Thanks for your help.
Cheers
Greg