R
Richard Coutts
I have a table of Jobs and Invoice numbers. E.g.,
Smith 1
Jones 1
Smith 2
Smith 3
Henry 1
Jones 2
Jones 3
Henry 2
Jones 4
I need a query that will list just the largest Invoice number for each Job. E.g.,
Smith 3
Jones 4
Henry 2
Thanks!
Rich
Smith 1
Jones 1
Smith 2
Smith 3
Henry 1
Jones 2
Jones 3
Henry 2
Jones 4
I need a query that will list just the largest Invoice number for each Job. E.g.,
Smith 3
Jones 4
Henry 2
Thanks!
Rich