EliteDesk@aol.com
Registered User.
- Local time
- Today, 17:32
- Joined
- Sep 11, 2000
- Messages
- 45
I have a sub form,Default View Continuous, with an unbound text box TotalPay control source =[Percentage]/100*Charge but I need to change TotalPay to something like...
If Me.Request.Value = True then
Me.TotalPay = [Percentage]/100*[Charge]
Else
Me.TotalPay = [PercentageReq]/100*[Charge]
End If
Where should the code be placed? Any help would be greatly appreciated!
If Me.Request.Value = True then
Me.TotalPay = [Percentage]/100*[Charge]
Else
Me.TotalPay = [PercentageReq]/100*[Charge]
End If
Where should the code be placed? Any help would be greatly appreciated!