Hello,
To say the least i am very much a beginner to access and while creating a database for a college assignment i've come accross a small problem which i cannot for the life of me find a solution.
Here it goes:
the database consists of 3 tables which are joined by the central table which has foreign keys for both of the other tables. I have created a form which consists of all data.
When i try to input a new record via a foreign key i'm told that the record does not exist although the form works fine if the record does exist in the mater side. Is there any way to allow this and yes, enforce referential integrity is unchecked.
If there is not such a simple answer to this i've thought there may be ways around this like an event on update of the foreign key to create a new record containing the data in that field.
I would very much appreciate any help anyone may be able to offer.
Thanks
To say the least i am very much a beginner to access and while creating a database for a college assignment i've come accross a small problem which i cannot for the life of me find a solution.
Here it goes:
the database consists of 3 tables which are joined by the central table which has foreign keys for both of the other tables. I have created a form which consists of all data.
When i try to input a new record via a foreign key i'm told that the record does not exist although the form works fine if the record does exist in the mater side. Is there any way to allow this and yes, enforce referential integrity is unchecked.
If there is not such a simple answer to this i've thought there may be ways around this like an event on update of the foreign key to create a new record containing the data in that field.
I would very much appreciate any help anyone may be able to offer.
Thanks