I
Ilya
Hi everyone:
The following text in quotes is the query copied from the
Access Query Disigner. It includes one linked table
_crewcurs and two other non-linked tables. In my
developmennt PC with Access 2000, Widows 2000 it works OK.
In my client PC with Access 2000 (9.0.44402 SR-1) Windows
2000 it freezes the Access data base withot any error.
"SELECT [_crewcurs].cltno, [_crewcurs].category,
tblCATEGORYLIST.CATNAME AS CATEGORYNAME, fna.corrname,
tblCATEGORYLIST.CATSORT, Sum([_crewcurs].end_value) AS
[Value], [_crewcurs].totendval
FROM fna INNER JOIN (_crewcurs INNER JOIN tblCATEGORYLIST
ON [_crewcurs].category = tblCATEGORYLIST.CATEGORY) ON
fna.cltno = [_crewcurs].cltno
GROUP BY [_crewcurs].cltno, [_crewcurs].category,
tblCATEGORYLIST.CATNAME, fna.corrname,
tblCATEGORYLIST.CATSORT, [_crewcurs].totendval
HAVING ((([_crewcurs].cltno)=Trim([Forms]![CUSTOM REPORTS]!
[TxtCltno])));"
What may be the problem, how to find the problem?.
Thanks in advance for help.
Ilya
The following text in quotes is the query copied from the
Access Query Disigner. It includes one linked table
_crewcurs and two other non-linked tables. In my
developmennt PC with Access 2000, Widows 2000 it works OK.
In my client PC with Access 2000 (9.0.44402 SR-1) Windows
2000 it freezes the Access data base withot any error.
"SELECT [_crewcurs].cltno, [_crewcurs].category,
tblCATEGORYLIST.CATNAME AS CATEGORYNAME, fna.corrname,
tblCATEGORYLIST.CATSORT, Sum([_crewcurs].end_value) AS
[Value], [_crewcurs].totendval
FROM fna INNER JOIN (_crewcurs INNER JOIN tblCATEGORYLIST
ON [_crewcurs].category = tblCATEGORYLIST.CATEGORY) ON
fna.cltno = [_crewcurs].cltno
GROUP BY [_crewcurs].cltno, [_crewcurs].category,
tblCATEGORYLIST.CATNAME, fna.corrname,
tblCATEGORYLIST.CATSORT, [_crewcurs].totendval
HAVING ((([_crewcurs].cltno)=Trim([Forms]![CUSTOM REPORTS]!
[TxtCltno])));"
What may be the problem, how to find the problem?.
Thanks in advance for help.
Ilya