tbcwarrior
Registered User.
- Local time
- Today, 00:57
- Joined
- Oct 10, 2006
- Messages
- 26
i have a database form with a field called commitment fee
in that field is a calculation
=-IIf([Type of finance]="Term Loan",([Total amount requested]*0.015),-([Total amount requested]*0.01))
But sometimes i want to be able to override this and input a different value like 0.00 if the amount has been paid.
any ideas what the code would be for this
regards
chris
in that field is a calculation
=-IIf([Type of finance]="Term Loan",([Total amount requested]*0.015),-([Total amount requested]*0.01))
But sometimes i want to be able to override this and input a different value like 0.00 if the amount has been paid.
any ideas what the code would be for this
regards
chris