Hi There,
I have a form which I cannot update.
It consists of contacts details held in tblContacts, the organisation the contact belongs to held in tblOrganisation and a projects table which displays the projects associated with each organisation. Notes attched to each contact in a subfornm from tblNotes.
The problem is that I cannot add a newproject on my form - I just get a beep - no error message.
My tables are linked as follows:
tblNotes Pri-ContactID linked to ContactId in tblContact
tblContact Pri-OrgID linked to OrgID in tblOrganisation
tblOrganisation Pri-ProjectID linked to ProjectID in tblProject
Have I got the realtionships right?.
One thing I notice is when I drag the fields between the tblOrganisation and tblProject the many side is on the organisation side where I want a single organisatiion to have multiple projects.
Could anyone please help?
I have a form which I cannot update.
It consists of contacts details held in tblContacts, the organisation the contact belongs to held in tblOrganisation and a projects table which displays the projects associated with each organisation. Notes attched to each contact in a subfornm from tblNotes.
The problem is that I cannot add a newproject on my form - I just get a beep - no error message.
My tables are linked as follows:
tblNotes Pri-ContactID linked to ContactId in tblContact
tblContact Pri-OrgID linked to OrgID in tblOrganisation
tblOrganisation Pri-ProjectID linked to ProjectID in tblProject
Have I got the realtionships right?.
One thing I notice is when I drag the fields between the tblOrganisation and tblProject the many side is on the organisation side where I want a single organisatiion to have multiple projects.
Could anyone please help?