L
ldiaz
what is wrong with my code?
=IIf([sfrm_Shipment_SystemforFrm1].[Form].[Qty] = 0, 0, Sum[Qty])
my subform name is: sfrm_Shipment_SystemforFrm1
my field: Qty
I'm trying to sum Qty but if there is no data on the subform it needs to
return 0.
please help.
=IIf([sfrm_Shipment_SystemforFrm1].[Form].[Qty] = 0, 0, Sum[Qty])
my subform name is: sfrm_Shipment_SystemforFrm1
my field: Qty
I'm trying to sum Qty but if there is no data on the subform it needs to
return 0.
please help.