G
Guest
I have a form called OrderRequest that contains a text box called
TotalClothingPieces. The OrderRequest form also contains a subform called
ClothingItems. The subform is displayed in the datasheet view and has three
columns one called Quantity.
After the user inserts a value in the Quantity column (located in the
subform), I want my TotalClothingPieces text box to update with the
appropriate value. For example, if the sum value in the Quantity column is
10 then I was that value to be displayed in the TotalClothingPieces text box.
Please tell me how to do this.
Thanks in advance.
TotalClothingPieces. The OrderRequest form also contains a subform called
ClothingItems. The subform is displayed in the datasheet view and has three
columns one called Quantity.
After the user inserts a value in the Quantity column (located in the
subform), I want my TotalClothingPieces text box to update with the
appropriate value. For example, if the sum value in the Quantity column is
10 then I was that value to be displayed in the TotalClothingPieces text box.
Please tell me how to do this.
Thanks in advance.