H
HoustonRich
I am developing application in MS Access 2002. I have a passthrough query to
retrieve data from SQL Server 2000 SP4 (8.00.2039) with count, avg and sum
functions. All three functions work properly against floating datatypes in
SQL Server. However, the avg and sum functions return strings against numeric
datatypes in SQL Server, even though the strings correctly portray the
average or the sum. Tried to use SUM(BOARDINGS * 1.0) to force to number
without success. I use Microsoft SQL Server ODBC Driver Version 03.85.1117.
How I can get avg and sum back as numeric datatypes.
retrieve data from SQL Server 2000 SP4 (8.00.2039) with count, avg and sum
functions. All three functions work properly against floating datatypes in
SQL Server. However, the avg and sum functions return strings against numeric
datatypes in SQL Server, even though the strings correctly portray the
average or the sum. Tried to use SUM(BOARDINGS * 1.0) to force to number
without success. I use Microsoft SQL Server ODBC Driver Version 03.85.1117.
How I can get avg and sum back as numeric datatypes.