F
fishqqq
I have a continuous form that has the following fields
[qty] = number field
[LockHazStatus] = text field
the idea is the user will input the total pcs of a shipment in the
[qty] field and via a combo box enter if these goods are hazardous or
non hazardous. The combo box will then update the field
[LockHazStatus] accordingly
So a particular shipment could have :
3 NonHaz (pieces)
another 3 NonHaz (pieces
2 Haz (pieces)
and another 3 Haz (pieces)
on the form footer i would like to sum the total pcs of the two types
if shipments
[Text119] = the sum of the non haz pcs - this should show "6"
[Text141] = the sum of the haz pcs - this should show "5"
Can someone tell me how to format [Text119] & [Text141] to add up all
the haz and non hazmat pcs on this continuous form.
thank you
[qty] = number field
[LockHazStatus] = text field
the idea is the user will input the total pcs of a shipment in the
[qty] field and via a combo box enter if these goods are hazardous or
non hazardous. The combo box will then update the field
[LockHazStatus] accordingly
So a particular shipment could have :
3 NonHaz (pieces)
another 3 NonHaz (pieces
2 Haz (pieces)
and another 3 Haz (pieces)
on the form footer i would like to sum the total pcs of the two types
if shipments
[Text119] = the sum of the non haz pcs - this should show "6"
[Text141] = the sum of the haz pcs - this should show "5"
Can someone tell me how to format [Text119] & [Text141] to add up all
the haz and non hazmat pcs on this continuous form.
thank you