RocAFella2007
Technical User
Hi, was hoping somebody could help me out please.
I have two textboxes and one button, the value in textbox 2 should equal to or be less than the value in textbox1 when the button is selected. What would be the best way of doing this?
Thanks
so far I have
If textbox2.text =< textbox1.text then messagebox.show("Incorrect Value")
However its wrong, any help or suggestions?
I have two textboxes and one button, the value in textbox 2 should equal to or be less than the value in textbox1 when the button is selected. What would be the best way of doing this?
Thanks
so far I have
If textbox2.text =< textbox1.text then messagebox.show("Incorrect Value")
However its wrong, any help or suggestions?