W
why_me143
hey
im creating a hotel booking system on microsoft access and i would like to
use an IIf statement on my report to work out a discounted cost for recurring
customers
so far i have manage to create a iif statement but that shows the formula
instead of the value
i have two unbound text boxes and have put:
=IIf([Promotions?]=True," «Expr» [Text56] «Expr» "," «Expr» [Text54] «Expr»
")
Text56 is =[text41]*0.9
Text 54 is =[text41]
with text 41 being the total cost
can anyone help ?
im creating a hotel booking system on microsoft access and i would like to
use an IIf statement on my report to work out a discounted cost for recurring
customers
so far i have manage to create a iif statement but that shows the formula
instead of the value
i have two unbound text boxes and have put:
=IIf([Promotions?]=True," «Expr» [Text56] «Expr» "," «Expr» [Text54] «Expr»
")
Text56 is =[text41]*0.9
Text 54 is =[text41]
with text 41 being the total cost
can anyone help ?