here is the situation :
There are three Tables (Person , Education , Relative)
There is Person_No field in all of them which is (PK) in Person Table
and (FK) in two others .. so there is a One-to-many relationship
between (Person - Education) and (Person - Relative)
Now if i create a Form based on Person , i can't see
two other tables (Education , Relative) as subform in a Tab (a view) ..
any idea about fixing this problem
Thanks