J
jlute
I'm trying to get:
If [Type] = "BTGL" or "BTPL" Then
[ODHeight]*[tblUOMLength_5].[inConvFactor]+0.125
otherwise
[ODHeight]*[tblUOMLength_5].[inConvFactor]
I've tried this:
ODHCap: IIf([Type]="BTGL" & "BTPL",[ODHeight]*[tblUOMLength_5].
[inConvFactor]+0.125,[ODHeight]*[tblUOMLength_5].[inConvFactor])
No good.
I'm sure I'm approaching this all wrong. Can anyone point out the
error of my ways?
Thanks!
If [Type] = "BTGL" or "BTPL" Then
[ODHeight]*[tblUOMLength_5].[inConvFactor]+0.125
otherwise
[ODHeight]*[tblUOMLength_5].[inConvFactor]
I've tried this:
ODHCap: IIf([Type]="BTGL" & "BTPL",[ODHeight]*[tblUOMLength_5].
[inConvFactor]+0.125,[ODHeight]*[tblUOMLength_5].[inConvFactor])
No good.
I'm sure I'm approaching this all wrong. Can anyone point out the
error of my ways?
Thanks!