bethabernathy
Programmer
Hi - I am having trouble getting an Iff, then statement to work. I am trying to prepare a receipt report for ski products purchased (i.e. lift tickets, season passes, etc.). I have 3 products on the receipt report as the following fields:
DESC (this field = season passes)
Expr5 (this field = lockers)
Expr4 (this field = other products)
If someone purchases a "Expr5" but not a "DESC", I want "Expr5" to display first and "DESC" not to display at all, since there is no record. So, my Iff, then statement is:
=IIf([DESC]=" ",[Expr5],[DESC])
but... it isn't working. I must have it backwards or something. My brain is fryed here today. beth@integratedresourcemgmt.com
DESC (this field = season passes)
Expr5 (this field = lockers)
Expr4 (this field = other products)
If someone purchases a "Expr5" but not a "DESC", I want "Expr5" to display first and "DESC" not to display at all, since there is no record. So, my Iff, then statement is:
=IIf([DESC]=" ",[Expr5],[DESC])
but... it isn't working. I must have it backwards or something. My brain is fryed here today. beth@integratedresourcemgmt.com