M
Mike Lempel
I have a table with fields: Month, Year, Store, SalesPerson, SalesDollars,
HrsWorked.
For each Month/Year there are many Stores, and many SalesPersons per store.
I would like to create a query that, for a particular Month and Year
(specified by query parameters), will provide a listing having one record
per store with the Salesperson, HrsWorked, and SalesDollars shown for the
SalesPerson having the highest SalesDollars. Assume SalesDollars are unique
(no ties for the max SalesDollars).
I would appreciate any suggestions regarding the 'best' way to do this.
Thanks,
Mike
HrsWorked.
For each Month/Year there are many Stores, and many SalesPersons per store.
I would like to create a query that, for a particular Month and Year
(specified by query parameters), will provide a listing having one record
per store with the Salesperson, HrsWorked, and SalesDollars shown for the
SalesPerson having the highest SalesDollars. Assume SalesDollars are unique
(no ties for the max SalesDollars).
I would appreciate any suggestions regarding the 'best' way to do this.
Thanks,
Mike