Answered
when doing query of query it assumes field is numeric
I have a query that has 30 some records in it from an AS400
file. Now when I do a query on the query, it thinks one of the
columns is a numeric field, even though it is not. Now I do the
same thing with another query (with same file and fields, just
different data) and it works fine.
This is the error that I am getting: The value "73D" cannot be converted to a number
That column looks like this for example
75
75
71
71
75
73
75
73D
etc. (the 73D is the only one in this column)
Now in the Query of Queries I am not even querying that field (There is about 10 fields in the query and I want the results of one) and then I get the above error. Any ideas??
THanks in Advance,
CJ
This is the error that I am getting: The value "73D" cannot be converted to a number
That column looks like this for example
75
75
71
71
75
73
75
73D
etc. (the 73D is the only one in this column)
Now in the Query of Queries I am not even querying that field (There is about 10 fields in the query and I want the results of one) and then I get the above error. Any ideas??
THanks in Advance,
CJ