I have a tick box called [weekend_full] which when checked should insert 150 into the field [Fee amount]. I have came up with the following code:
=IIf([weekend_full]=True,[Fee amount]=150,[Fee amount]=0)
This obviously doesn't work. What is the correct code & where should I insert it?
Thanks
=IIf([weekend_full]=True,[Fee amount]=150,[Fee amount]=0)
This obviously doesn't work. What is the correct code & where should I insert it?
Thanks