47redlands
Programmer
I have a report which will print a ticket.
On this report I have a textbox which is unbound.
in the textbox if I type price it gives the ticket price of £12.00. The report data is being derived from qryTicketDetails
However I want to calculate a discount if the ticket is brought by recommennded friend.This is the formula I have devised:
=IIf([Friend]=True,[price]*0.9, [price])
but it returns with error
#Error
#
please help thank you
On this report I have a textbox which is unbound.
in the textbox if I type price it gives the ticket price of £12.00. The report data is being derived from qryTicketDetails
However I want to calculate a discount if the ticket is brought by recommennded friend.This is the formula I have devised:
=IIf([Friend]=True,[price]*0.9, [price])
but it returns with error
#Error
#
please help thank you