S
Sammie
I need to update the value of a field in a query based on the value of a
calculated field on a subform. How can I do it?
Main form and field I want to update: Forms![frmInvoiceForm]![Ex Whse2]
Based on: Shipments basic query
Subform and field: [Invoice Subform].Form![OrderSubtotal]
This field has a calculated control =Sum([ExtendedPrice])
Based on: Invoice details extended query
How can I get the value of [OrderSubtotal] from the subform into the
field [Ex Whse2] on the shipments basic query? I would like it to be
automatic every time the value of OrderSubtotal changes.
Is it possible to do this via a query rather than on a form? In other
words, can I create an expression on Shipments basic query to update the
value of Ex Whse2?
Thanks.
Sammie
calculated field on a subform. How can I do it?
Main form and field I want to update: Forms![frmInvoiceForm]![Ex Whse2]
Based on: Shipments basic query
Subform and field: [Invoice Subform].Form![OrderSubtotal]
This field has a calculated control =Sum([ExtendedPrice])
Based on: Invoice details extended query
How can I get the value of [OrderSubtotal] from the subform into the
field [Ex Whse2] on the shipments basic query? I would like it to be
automatic every time the value of OrderSubtotal changes.
Is it possible to do this via a query rather than on a form? In other
words, can I create an expression on Shipments basic query to update the
value of Ex Whse2?
Thanks.
Sammie