Hi,
Please, I need help to print Foreign Keys (CrimeID) back to original values (eg Theft) as stored in the table tblCrimes.
My tables are:
tblPersons (PersonID=PK)
tblCrimes (CrimeID=PK)
tblPersons_Crimes (Person_CrimeID=PK, CrimeID=FK)
Please, how can I do this?
Joseph