matethreat
Technical User
Hello,
I am having troubles getting my math functions to work in code.
Text 1 is just a number someone enters. Then I have a calculate button that is pressed and I entered the following code in the OnClick Event of that button.
Me.Text2 = SQRT(Me.Text1)
This is just an example.
Does anyone know why I am having problems with this.
Destiny Is Not The Chances We Take, But The Descisions We Make.
I am having troubles getting my math functions to work in code.
Text 1 is just a number someone enters. Then I have a calculate button that is pressed and I entered the following code in the OnClick Event of that button.
Me.Text2 = SQRT(Me.Text1)
This is just an example.
Does anyone know why I am having problems with this.
Destiny Is Not The Chances We Take, But The Descisions We Make.