DaytonGreg
Technical User
I have attempted to write a query with Joins to join Several Fields in One table to a general table. I am trying to produce a query which pulls the AttorneyShortName from the second table in place of the Multiple Attorney Fields in the Cases Table. I can perfom this action for one Join, but I cannot figure out how to do this with multiple fields.
Thanks for any help.
My first table is Cases. Here is the basic structure
CaseID
CaseName
CaseNumber
Attorney1
Attorney2
DefAttorney1
DefAttorney2
PlaAttorney1
PlaAttorney2
My second table is Attorney
AttorneyID
AttorneyShortName
AttorneyFirstName
AttorneyMiddleName
AttorneyLastName
Thanks for any help.
My first table is Cases. Here is the basic structure
CaseID
CaseName
CaseNumber
Attorney1
Attorney2
DefAttorney1
DefAttorney2
PlaAttorney1
PlaAttorney2
My second table is Attorney
AttorneyID
AttorneyShortName
AttorneyFirstName
AttorneyMiddleName
AttorneyLastName