G
Guest
Can someone help with this iif statement in a query? This is an inventory
database with two price scales. Here are my variables:
IIf([Price Code]="Standard Pricing",[Sale Price])
IIf([Price Code]="GM Pricing", [Special Price GM])
IIf([Price Code]="GM Pricing", IIf(And([Special Price GM]=0,[Sale Price])
How would I put that together so that it would cover all bases?
database with two price scales. Here are my variables:
IIf([Price Code]="Standard Pricing",[Sale Price])
IIf([Price Code]="GM Pricing", [Special Price GM])
IIf([Price Code]="GM Pricing", IIf(And([Special Price GM]=0,[Sale Price])
How would I put that together so that it would cover all bases?