ODBC error

Joined
Jan 12, 2010
Messages
2
Reaction score
0
I get this error whenever my query tries to return results to excel that have a value of 0 in the Functional Cost column : "Invalid character value for cast specification column #17 (Functional Cost)"

I can avoid this error by adding Where 'Functional Cost'<>0 to my query but then my results are incomplete. Is there some way to work around this error so that these rows are still shown?

thanks in advance for any help :)
 
Back
Top