I am trying to multiply a value by a decimal depending on whether the person choses yes or no. Below is the code I am currently using. Any help is greatly appreciated.
If Me.CreditorIDB.Value = 758 Then
msg = "Is this account over the credit limit?"
If MsgBox(msg, vbYesNo...
Jermey when I copied your statemtents into the on-click event of my button it highlights it in red and gives syntax error when you debug. Any ideas?
Thanks.
I have a value that is copied from one field to another. Below is the code I am using.
Me.NewInterestRate.Value =frmCreditorsBenefitsValues].Form![InterestRate].Value *100
The problem I am having is that the value is not always a number, it is occassionally a text field that I do not want to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.