Hi
I have a textbox which displays a formatted numeric. eg: 100,000
When I retreive this value for calculations, it is valued at 100
eg:
calc = val(txtbox) * 2
calc will equal 200, not 200,000.
Why is this, how do I fix it ??
I have a textbox which displays a formatted numeric. eg: 100,000
When I retreive this value for calculations, it is valued at 100
eg:
calc = val(txtbox) * 2
calc will equal 200, not 200,000.
Why is this, how do I fix it ??
Comment