LostInSpace
Newcomer
As you can tell...username is LostIn Space and classified as a newcomer...I'm in my 2nd week...what did you expect?
I am trying to get a multiline propertied textbox to display the equation (entered by the user) and the answer to the equation. I then want to drop down a line in the text box and enter the next equation and answer. I have gotten to where I can display the result of the equation using Me.SumTbox.text = Val(TBox1.text) + Val(TBox2.text)...AND I can display the equation with Me.SumTextBox.Text() = TBox1.Text + " + " + TBox2.Text + " = "...BUT I can't append the later statement to the first (error)...and can't get the line drop for the next entry.
Thanks
I am trying to get a multiline propertied textbox to display the equation (entered by the user) and the answer to the equation. I then want to drop down a line in the text box and enter the next equation and answer. I have gotten to where I can display the result of the equation using Me.SumTbox.text = Val(TBox1.text) + Val(TBox2.text)...AND I can display the equation with Me.SumTextBox.Text() = TBox1.Text + " + " + TBox2.Text + " = "...BUT I can't append the later statement to the first (error)...and can't get the line drop for the next entry.
Thanks