I am using Access 2007 and have created a juncture table to accommodate a many-to-many relationship between projects and checks in my database. The juncture table contains foreign keys of both the ProjectID PK from tbl_Projects and the CheckID PK from tbl_Checks.
I use a data-entry form to populate tbl_Projects. I thought that when I entered projects through this form, the project FKs automatically populated in the juncture table as well. That is not the case. The projects do not enter the juncture table until I populate their related checks through a subform, hereby linking them.
Is it possible for the Project FKs to automatically populate in the juncture table? I ask because I have a report that uses my juncture table and queries with outer joins to display which projects do not yet have checks associated with them.
Thank you always!
I use a data-entry form to populate tbl_Projects. I thought that when I entered projects through this form, the project FKs automatically populated in the juncture table as well. That is not the case. The projects do not enter the juncture table until I populate their related checks through a subform, hereby linking them.
Is it possible for the Project FKs to automatically populate in the juncture table? I ask because I have a report that uses my juncture table and queries with outer joins to display which projects do not yet have checks associated with them.
Thank you always!