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 be multiplied by 100. I need help formating this code properly. Any help is appreciated.
Thanks.
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 be multiplied by 100. I need help formating this code properly. Any help is appreciated.
Thanks.