Thanks

now I have another problem
Example
Lets say I have two tables. First table name is Family and second table name is name People.
I have made a releationship in access between 2 tables.
Table 1 has cells:
ID family city1 myfamily mycity
2 myfamily1 mycity2
3 myfamily2 mycity2
Table 2 has cells:
PID, ID name last name age1 1 Myname mylastname 29
2 1 Myname1 mylastname1 29
3 2 Myname2 mylastname 2 29
4 1 Myname3 mylastname3 30
know, lets say you are at page where it show datas datas from table 1 for ID 1.
You also see data
age from table 2 that have same id ( ID 1).
now when you click at
age which is a link to detail page, I would like that you would only see datas that have age of 29 and are under ID 1.
I tried several things and it also show me data that has age 30 wehich is also under ID 1.
Thanks.