Hi All,
In my form, I have a simple equation, but i can't get the output 'y' to work.
The TransType will either return + or - in a loop process and values x and PlannedQTY are read from Textboxes on my form.
The equation i have so far is
y = "" & x & "" & TransType & "" & PlannedQTY ""
but this just outputs something like y = 10+1 I want y to output 11.
Any ideas?
Thanks
In my form, I have a simple equation, but i can't get the output 'y' to work.
The TransType will either return + or - in a loop process and values x and PlannedQTY are read from Textboxes on my form.
The equation i have so far is
y = "" & x & "" & TransType & "" & PlannedQTY ""
but this just outputs something like y = 10+1 I want y to output 11.
Any ideas?
Thanks