I've got a main form (frmPersonnel) with the the record ID as a clickable action.
When a user clicks on the ID, another form opens where they can add specific information for that record alone.
I have two tables (tblPersonnel and tblLocalInfo) that are linked via relationships. Everything looks nice via queries, but when I go to open the "sub-form" (frmLocalInfo) it retrieves absolutely no data from the main form and saves it as a new record bringing none of the existing data from the main form with it.
At this point, I'm lost. I've done this before but I'm drawing a blank as to what I'm not doing to make this work. Not every record in the database will have a record for the sub-form.
When a user clicks on the ID, another form opens where they can add specific information for that record alone.
I have two tables (tblPersonnel and tblLocalInfo) that are linked via relationships. Everything looks nice via queries, but when I go to open the "sub-form" (frmLocalInfo) it retrieves absolutely no data from the main form and saves it as a new record bringing none of the existing data from the main form with it.
At this point, I'm lost. I've done this before but I'm drawing a blank as to what I'm not doing to make this work. Not every record in the database will have a record for the sub-form.