S
Scott
I insert a number into textbox1 between the number of 1
and 37 and i need to manipulate what the user puts in.
For instance if they put between 1 and 5 they get a
certain price and between 6 and 10 annother price and so
on.. I tried coding...
If textbox1 = 1 to 5
then msgbox("£16.00")
else
if textbox1 = 6 to 11
then msgbox("£25.00")
etc...
Please note I did that off the top of my head at work and
can anybody advise me the best way to do this in vb.net..
and 37 and i need to manipulate what the user puts in.
For instance if they put between 1 and 5 they get a
certain price and between 6 and 10 annother price and so
on.. I tried coding...
If textbox1 = 1 to 5
then msgbox("£16.00")
else
if textbox1 = 6 to 11
then msgbox("£25.00")
etc...
Please note I did that off the top of my head at work and
can anybody advise me the best way to do this in vb.net..