I have made an access database containing several tables like basic details table having details of person like IS as primary key name, parent name, address in second table I'd as foreign key and person description details as gender, height, weight, features in third table his relatives details Id as foreign key, relative name, relative parentage, relative address in fourth table I have made the friends details in which Id is foreign key and name of friend his address and age. After creating these tables I merged all the fields by using SQL code inner join function in query the result shows the repetation of person details and his features in every row also it shows the repetation of last data of family members field if friends are more than family members. Due to this repetation I am unable to create a form as it is showing multiple duplicate values. Please help