Design by Sue
Registered User.
- Local time
- Today, 06:08
- Joined
- Jul 16, 2010
- Messages
- 816
I have a main form (PackFRM) with a subform. On the main form the user is to select a "pack" then on the subform (ItemSFM) the user will select the "items" to be added to the "pack".
The main form is unbound and based on a query of the pack table. Once the user selects the pack name from a combo box, related information is displayed, including the pack number (PackID). The pack number is displayed in a text box that is based on a column of the query of the pack name combo box.
Then the user tabs to the subform, which is bound to the combination table, and there selects the item (ItemID) and enters the quantity (Quantity).
The bound table for the subform has 3 fields, the pack number (Pack ID), the item number (ItemID) and the quantity (Quantity). The item number and quantity are included on the subform but the pack number is on the main form. How can i get the record of the subform to save and include the pack number from the main form?
Sue
The main form is unbound and based on a query of the pack table. Once the user selects the pack name from a combo box, related information is displayed, including the pack number (PackID). The pack number is displayed in a text box that is based on a column of the query of the pack name combo box.
Then the user tabs to the subform, which is bound to the combination table, and there selects the item (ItemID) and enters the quantity (Quantity).
The bound table for the subform has 3 fields, the pack number (Pack ID), the item number (ItemID) and the quantity (Quantity). The item number and quantity are included on the subform but the pack number is on the main form. How can i get the record of the subform to save and include the pack number from the main form?
Sue