luvtitans50
MIS
I have 3 fields that I want to print out as (M-3-0)
w.filingstatus+'-'+w.allowances+'-'+ w.exempt
I keep getting error:
Syntax error converting the varchar value 'M-' to a column of data type tinyint.
What am I missing here?
Thanks!!!
w.filingstatus+'-'+w.allowances+'-'+ w.exempt
I keep getting error:
Syntax error converting the varchar value 'M-' to a column of data type tinyint.
What am I missing here?
Thanks!!!