J
jenni_p
Hello -
I have a form and subform set up. There is an unbound
calculated field on the subform ContractLbs which
calculates the weight of each detail item in the
subform. I have a button that I need the user to be able
to click in the subform to "confirm" their order. In the
on click event, I need the amount in ContractLbs to be
copied to the field Contractual_Lbs which is a field
bound to the table.
Currently have have this set up in the on click event,
[Contractual_Lbs] = [ContractLbs]
The problem is that it only works for the one detail
record that you are on and I need it to appply the
command for all records in the subform at once.
Any help would be appreciated.
Thank you,
Jenni
I have a form and subform set up. There is an unbound
calculated field on the subform ContractLbs which
calculates the weight of each detail item in the
subform. I have a button that I need the user to be able
to click in the subform to "confirm" their order. In the
on click event, I need the amount in ContractLbs to be
copied to the field Contractual_Lbs which is a field
bound to the table.
Currently have have this set up in the on click event,
[Contractual_Lbs] = [ContractLbs]
The problem is that it only works for the one detail
record that you are on and I need it to appply the
command for all records in the subform at once.
Any help would be appreciated.
Thank you,
Jenni