Hi,
I'm using Access 2003 and I'm having a query problem with a linked table in SQL Server 2005.
Here is my query 1:
SELECT "Answering Service" AS Name, Count([CSR00 - IP Addresses].GrandTotal) AS Orders, Sum([CSR00 - IP Addresses].GrandTotal) AS [Total Sales]
FROM [CSR00 - IP Addresses]
GROUP BY "Answering Service";
[CSR00 - IP Addresses] is another query which refers to a linked table in SQL Server 2005, and when I execute this query I have no problem.
But then when I try to execute the query 1, I have an error message "ODBC -- Call Failed" and that's it.
Moreover, if I remove the GROUP BY, the query works...I don't understand what's wrong.
Can anybody help me ? Any help is appreciated !
Thanks
I'm using Access 2003 and I'm having a query problem with a linked table in SQL Server 2005.
Here is my query 1:
SELECT "Answering Service" AS Name, Count([CSR00 - IP Addresses].GrandTotal) AS Orders, Sum([CSR00 - IP Addresses].GrandTotal) AS [Total Sales]
FROM [CSR00 - IP Addresses]
GROUP BY "Answering Service";
[CSR00 - IP Addresses] is another query which refers to a linked table in SQL Server 2005, and when I execute this query I have no problem.
But then when I try to execute the query 1, I have an error message "ODBC -- Call Failed" and that's it.
Moreover, if I remove the GROUP BY, the query works...I don't understand what's wrong.
Can anybody help me ? Any help is appreciated !
Thanks