G
Guest
I have a parent form with a field TravelerName and another field FrameQty.
I also have a continous subform for tracking InspectionCodes for PartNumbers.
What I would like to be able to do is that when the TravelerName and FrameQty
are entered in the parent form, associated records are created in the subform.
For example:
When TravelerName(unique) = F6070913 and FrameQty = 6
then I want to populate subform PartInspections(based on tblParts)
with PartNumbers; F6070913A,F6070913B,F6070913C,F6070913D,F6070913E,
and F6070913F.
Or
If TravelerName(unique) = F6070913 and FrameQty = 4
then I want to populate subform PartInspections(based on tblParts)
with PartNumbers; F6070913A,F6070913B,F6070913C,and F6070913D.
If someone has some ideas or examples on how to get this done I appreciate the
help, my coding skills are very limited.
I also have a continous subform for tracking InspectionCodes for PartNumbers.
What I would like to be able to do is that when the TravelerName and FrameQty
are entered in the parent form, associated records are created in the subform.
For example:
When TravelerName(unique) = F6070913 and FrameQty = 6
then I want to populate subform PartInspections(based on tblParts)
with PartNumbers; F6070913A,F6070913B,F6070913C,F6070913D,F6070913E,
and F6070913F.
Or
If TravelerName(unique) = F6070913 and FrameQty = 4
then I want to populate subform PartInspections(based on tblParts)
with PartNumbers; F6070913A,F6070913B,F6070913C,and F6070913D.
If someone has some ideas or examples on how to get this done I appreciate the
help, my coding skills are very limited.