dhookom:
Here is the info you requested. Thanks for looking at my problem.
Tables:
1. Cast: cID (PK), cFName, cLastName
2. Items: iID (PK), iNo, iTitle,...
3. ItemsCast: icID (PK), iccID (FK for cID), iiID (FK for iID).
Table 1 and 2 are joined on each side of Table 3
Sample Report I...