megasuperman
Programmer
How can you add two textboxes together
I am trying to add QtyI to the Current Value of QTYS
I am Currently have set in the Form Manager under
Actions Preformed Before Transition
Object Memeber Value
QTYS Value Request("QTYS" + Request("QtyI"
the problem with that is that it is adding it to the end instead of adding the vaules for a total
So if QTYS = 3
and QtyI = 3
then QTYS = 33
and if received again
QTYS = 333
it keeps adding it on to the end...
AHHHH!!!
Please Help
What I need is the command it add to total
thanx
I am trying to add QtyI to the Current Value of QTYS
I am Currently have set in the Form Manager under
Actions Preformed Before Transition
Object Memeber Value
QTYS Value Request("QTYS" + Request("QtyI"
the problem with that is that it is adding it to the end instead of adding the vaules for a total
So if QTYS = 3
and QtyI = 3
then QTYS = 33
and if received again
QTYS = 333
it keeps adding it on to the end...
AHHHH!!!
Please Help
What I need is the command it add to total
thanx