A familyName field in a query has the following criteria. Can any one explain it to me please?
In (SELECT [FamilyName] FROM [tblStudents] As Tmp
GROUP BY [FamilyName],[GrandFatherName],[FathersName]
HAVING Count(*)>1 And [GrandFatherName] = [tblStudents].[GrandFatherName] And [FathersName] = [tblStudents].[FathersName])
Thanks
Khalil