I have a form that contains 5 fields from the unit_inventory table (unit number, company, serial, availability, and notes). And then have a subform inside a tab container. The subform is based on the specs table.
Here is a screenshot.
I fill out the form on the top and then move down to the specs subform. The unit number carries over just fine. But when I enter all the information in the subform, the fields aren't updated in the specs table. They are added to a subset in the unit_inventory table. (see screenshot below)
This is what the specs table is showing (nothing)
Here is a screenshot of my relationships:
I know this is probably a simple fix but I cannot seem to be able to figure it out.