M
Mark B
I have a form and subform used for orders. The main Orders form tracks
customer information, and displays the parts order subtotal, taxes, delivery,
etc.
The subform is used to pick part numbers from a Products table, and add them
to an Orders Details table. In addition, unit price, quantity, discount and
taxes are calculated on each part number in the subform.
The subform calculates each items extended price based on (unit price *
quantity * discount). In addition, the subform sums the individual extended
price(s) in the subform footer, to be used in the Orders table as a sum of
the parts purchased on that order.
The problem I have occurs when a program user enters new data in a control
(lets say the quantity of a given item) and exits the subform by mousing to a
control on the parent form without first pressing enter or tabbing off the
updated control in the subform. When this occurs, the parent form “Parts
Total†does not update.
I have tried various events to transfer and update the information. Bottom
line is that the parent form information is not updated unless the user tabs
off or enters off the updated control.
Any advise on how to fix this?
customer information, and displays the parts order subtotal, taxes, delivery,
etc.
The subform is used to pick part numbers from a Products table, and add them
to an Orders Details table. In addition, unit price, quantity, discount and
taxes are calculated on each part number in the subform.
The subform calculates each items extended price based on (unit price *
quantity * discount). In addition, the subform sums the individual extended
price(s) in the subform footer, to be used in the Orders table as a sum of
the parts purchased on that order.
The problem I have occurs when a program user enters new data in a control
(lets say the quantity of a given item) and exits the subform by mousing to a
control on the parent form without first pressing enter or tabbing off the
updated control in the subform. When this occurs, the parent form “Parts
Total†does not update.
I have tried various events to transfer and update the information. Bottom
line is that the parent form information is not updated unless the user tabs
off or enters off the updated control.
Any advise on how to fix this?