G
Guest
I am trying to combine two IIf statements
Expr1:
IIf([tblItemListVendor]![PricePerLbOrCs]="Lbs",[tblCurrentPrice]![LastOfItem
Price]/16)
And
Expr2:
IIf([tblItemListVendor]![PricePerLbOrCs]="Case",[tblCurrentPrice]![LastOfItem
Price]/[tblItemListVendor]![NetWeight]/16)
i want to have this info in one column instead of two
Can anyone help?
Expr1:
IIf([tblItemListVendor]![PricePerLbOrCs]="Lbs",[tblCurrentPrice]![LastOfItem
Price]/16)
And
Expr2:
IIf([tblItemListVendor]![PricePerLbOrCs]="Case",[tblCurrentPrice]![LastOfItem
Price]/[tblItemListVendor]![NetWeight]/16)
i want to have this info in one column instead of two
Can anyone help?