C
Cait1306
I am running a query based on Lawyers. I have a field of lawyer last names
and a field of lawyer first names - these fields are not selected to "show"
in the query results. They are just there to be sorted alphabetically.
Instead I am concantenating them into a new field to show as Lawyer:
[pfaLawyerFirstName]&" "&[pfaLawyerLastName]. I am trying to find out how
many cases each laywer has managed and the average fee of those cases, so I
also have a CaseID field and a Fee field.
My problem is that each lawyer should only be listed once in the query
results and instead the lawyers name is being listed next to each case they
covered.
How do I get the name to show up only once?
and a field of lawyer first names - these fields are not selected to "show"
in the query results. They are just there to be sorted alphabetically.
Instead I am concantenating them into a new field to show as Lawyer:
[pfaLawyerFirstName]&" "&[pfaLawyerLastName]. I am trying to find out how
many cases each laywer has managed and the average fee of those cases, so I
also have a CaseID field and a Fee field.
My problem is that each lawyer should only be listed once in the query
results and instead the lawyers name is being listed next to each case they
covered.
How do I get the name to show up only once?