Tessai2003
Technical User
Hello,
I am trying to create a simple database for one of my customer...
To make it simple I have 2 tables, a main table (prospect) and a contact table
Prospect table Contac table
-------------------- ------------
main_id (autonumber) contact_id(autonumber
main_name(text) contact_name(text
main_surname contact_details
...?
I made a form with the prospect table and added a sub-form with the contact table
What I wanted to do is to link those 2 forms and as result show in the form only the contact related to the original main table
In brief, not see another contact of another record...
If I'm not clear do not hesitate to let me know ;-)
Can someone explain me what relationship I have to make ?
Wich primary key as to be used ?
Are my tables complete ?
It's not working when I'm trying it... I cannnot add records ni the sub-form... or I see all the records even for other
Thanks for your help,
Stephane
I am trying to create a simple database for one of my customer...
To make it simple I have 2 tables, a main table (prospect) and a contact table
Prospect table Contac table
-------------------- ------------
main_id (autonumber) contact_id(autonumber
main_name(text) contact_name(text
main_surname contact_details
...?
I made a form with the prospect table and added a sub-form with the contact table
What I wanted to do is to link those 2 forms and as result show in the form only the contact related to the original main table
In brief, not see another contact of another record...
If I'm not clear do not hesitate to let me know ;-)
Can someone explain me what relationship I have to make ?
Wich primary key as to be used ?
Are my tables complete ?
It's not working when I'm trying it... I cannnot add records ni the sub-form... or I see all the records even for other
Thanks for your help,
Stephane