A
Ann
I wrote the following calculation on a form and it does work, however, I know
that it can be combined. I have been trying, but no matter how I combine
them I keep getting errors.
Here is what I have without combining the last two IIfs.
=IIf(([txtBannerType]="Standard" And [txtPaperType]="Large Format Bright
White (#24)"),[lngCount]*5,IIf(([txtBannerType]="Customized" And
[txtPaperType]="Large Format Bright White
(#24)"),([lngCount]*[lngFeet])*1,IIf(([txtBannerType]="Standard" And
[txtPaperType]="Standard White
Continuous"),[lngCount]*5,IIf(([txtBannerType]="Customized" And
[txtPaperType]="Standard White Continuous"),([lngCount]*[lngFeet])*1))))
I just need to say the [txtPaperType] can be Large Format... or Standard
White... but I'm a beginner and I can't get it right. Can anyone help me?
Thanks in advance.
that it can be combined. I have been trying, but no matter how I combine
them I keep getting errors.
Here is what I have without combining the last two IIfs.
=IIf(([txtBannerType]="Standard" And [txtPaperType]="Large Format Bright
White (#24)"),[lngCount]*5,IIf(([txtBannerType]="Customized" And
[txtPaperType]="Large Format Bright White
(#24)"),([lngCount]*[lngFeet])*1,IIf(([txtBannerType]="Standard" And
[txtPaperType]="Standard White
Continuous"),[lngCount]*5,IIf(([txtBannerType]="Customized" And
[txtPaperType]="Standard White Continuous"),([lngCount]*[lngFeet])*1))))
I just need to say the [txtPaperType] can be Large Format... or Standard
White... but I'm a beginner and I can't get it right. Can anyone help me?
Thanks in advance.