C
Chris
I'm trying to build an entry form for a Bill of Materials system. One part
of this application is a master form that key data for an assembly is
recorded (e.g. Brand). Then there is a subform on that form that has the
components which are part of that assembly. One thing I'm trying to do is
duplicate data from the parent form to the subform based on some condition.
For example, if the user is entering the first part of the assembly, the
"Brand" field of the part would be set to the same as the "Brand" field on
the master form. The forms are linked on unique ID numbers.
Chris
of this application is a master form that key data for an assembly is
recorded (e.g. Brand). Then there is a subform on that form that has the
components which are part of that assembly. One thing I'm trying to do is
duplicate data from the parent form to the subform based on some condition.
For example, if the user is entering the first part of the assembly, the
"Brand" field of the part would be set to the same as the "Brand" field on
the master form. The forms are linked on unique ID numbers.
Chris