This is the SQL. I didn't include it as it is a bit long winded. Basically it selects which records to print on a report.
SELECT DISTINCT tblShowDogs.ExhNo, tblShowRingJudges.JudgeID, tblDogDetails.Group, tblShowRings.RingNO, tblShowDogs.Adult, tblBreedType.Breed, tblTitleType.Title...