I have an order/invoice system which consists of a form with a subform. General information such as client name, date and invoice number are found in the main form, and the subform contains the items ordered along with quantity ordered and quantity shipped.
My question is this.
I would like to create a command button called "orderfilled",located on the parent form, which i want the click event to make the quantity shipped = quantity ordered for every item in the subform. This saves me from typing in quantities shipped since 9/10 times the orders are filled.
Thanks in advance ...
My question is this.
I would like to create a command button called "orderfilled",located on the parent form, which i want the click event to make the quantity shipped = quantity ordered for every item in the subform. This saves me from typing in quantities shipped since 9/10 times the orders are filled.
Thanks in advance ...