A
ALoecher
I have three tables realated through a many to many relationship and I am
having trouble creating a query. This is what I have
Table 1
Victim ID(PK)
Victim Last
Victim First
Case Number
Begin Date
End Date
Table 2
PerpID(PK)
Perp Last
Perp First
Table 3
Defendant ID(PK)
Defendant
Junction
VictimID(PK)(FK)
PerpID(PK)(FK)
DefandantID(PK)(FK)
I want to create a search that when entering a victim last name, the search
will return all the info from table one plus the Perp first and last from
Table 2 and the Defandant from Table 3. Any help would be appreciated.
having trouble creating a query. This is what I have
Table 1
Victim ID(PK)
Victim Last
Victim First
Case Number
Begin Date
End Date
Table 2
PerpID(PK)
Perp Last
Perp First
Table 3
Defendant ID(PK)
Defendant
Junction
VictimID(PK)(FK)
PerpID(PK)(FK)
DefandantID(PK)(FK)
I want to create a search that when entering a victim last name, the search
will return all the info from table one plus the Perp first and last from
Table 2 and the Defandant from Table 3. Any help would be appreciated.