Hi all,
I have placed an unbound text box in my form and i am trying to get it to calculate a value, this is what i have put in the control source:
=Nz([Amount],0)/([ContractPeriod],0)*5
There is an amount in the "Amount" field which i want it to then divide by the amount in the...