B
Bob Richardson
How can I insert values into some fields of a subform.
In the typical Customer-Order-Item situation, when the user wants to enter a
new Order I want to be sure that it's an order for the customer shown in the
main form. Likewise, when I add a new item to the order, I need to be sure
the customer and order numbers are transferred to the Item record. In my
arrangement, I have a main form with a subform that holds another subform (a
datasheet for all the items on the order).
In the typical Customer-Order-Item situation, when the user wants to enter a
new Order I want to be sure that it's an order for the customer shown in the
main form. Likewise, when I add a new item to the order, I need to be sure
the customer and order numbers are transferred to the Item record. In my
arrangement, I have a main form with a subform that holds another subform (a
datasheet for all the items on the order).