I am having Dificulty explicitly converting a varchar to numeric
The table 'cost' has a 'value' column set to varchar
the user is allowed to imput commas in the value.
When I run my report to extract the cost values
and try to convert or cast so that I can do sum arithmetic
on it. It falls over
Thanks in advance for any help?
Dave
The table 'cost' has a 'value' column set to varchar
the user is allowed to imput commas in the value.
When I run my report to extract the cost values
and try to convert or cast so that I can do sum arithmetic
on it. It falls over
Thanks in advance for any help?
Dave