C
Charles W
I have a customer order table that contains customer names and their orders
Customer Order
A 10
A 9
A 3
B 5
B 10
B 9
Is it possible to set up a query to see only the first 2 top orders of each
customers (or any number of top orders)?
Thanks in advance.
Charles
Customer Order
A 10
A 9
A 3
B 5
B 10
B 9
Is it possible to set up a query to see only the first 2 top orders of each
customers (or any number of top orders)?
Thanks in advance.
Charles