N
Nanette
I've created several tables because of a many to many relationship:
Cabinets
CabinetDetails
LinkCabAndParts
Parts
PartDetails
I've been trying to create a form that will have several of the fields from
all of the tables using sub-forms. I created an initial Cabinet form with a
subform CabinetDetails, added a LinkCabAndParts subform just to see if things
are working correctly, and then added another subform called Parts with its
own subform PartDetails. It seems to be working even though the Link Child
Field on the Parts subform is connected to the Cabinet form instead of the
LinkCabAndParts subform.
How do I get the field id_Part in the Parts subform to be copied over and
entered into the id_Part field in the LinkCabAndParts subform?
Cabinets
CabinetDetails
LinkCabAndParts
Parts
PartDetails
I've been trying to create a form that will have several of the fields from
all of the tables using sub-forms. I created an initial Cabinet form with a
subform CabinetDetails, added a LinkCabAndParts subform just to see if things
are working correctly, and then added another subform called Parts with its
own subform PartDetails. It seems to be working even though the Link Child
Field on the Parts subform is connected to the Cabinet form instead of the
LinkCabAndParts subform.
How do I get the field id_Part in the Parts subform to be copied over and
entered into the id_Part field in the LinkCabAndParts subform?