CharlieT302
Instructor
Hi Folks,
I have two versions of the same database. Both have been split between a front end (desktop) file and a back end (data tables on the server). Their back end records are synchronized each night, so they are identical.
Database 1:
The backend has been converted to an SQL server.
Database 2:
The data source (back end) is still in an Access format.
Both have a query that uses the following function:
In (SELECT [CLIENT_NUMBER] FROM [Qry_Report_ODA_Waiting_List_Names_ON] As Tmp GROUP BY [CLIENT_NUMBER] HAVING Count(*)>1 )
The Access format produces records. The one attached to the SQL server hangs up and never produces anything. THe queries are identical in every way.
Questions:
*What is this function doing?
*Is the above function incompatible with SQL?
*If so, is there another way of writing it to be compatible with SQL?
THanks
I have two versions of the same database. Both have been split between a front end (desktop) file and a back end (data tables on the server). Their back end records are synchronized each night, so they are identical.
Database 1:
The backend has been converted to an SQL server.
Database 2:
The data source (back end) is still in an Access format.
Both have a query that uses the following function:
In (SELECT [CLIENT_NUMBER] FROM [Qry_Report_ODA_Waiting_List_Names_ON] As Tmp GROUP BY [CLIENT_NUMBER] HAVING Count(*)>1 )
The Access format produces records. The one attached to the SQL server hangs up and never produces anything. THe queries are identical in every way.
Questions:
*What is this function doing?
*Is the above function incompatible with SQL?
*If so, is there another way of writing it to be compatible with SQL?
THanks