D
Dale Fye
I've recently upsized an Access b.e. to SQL Server 2000. Most of it is
running great, with very few application modifications. However, I am having
trouble with one report. The query that this report is based on is based on
two subqueries (both of which run fine from within Access). However, when I
try to run the reports query, I get an error message:
[Microsoft][ODBC SQL Server Driver][SQL Server]
The correlation name 'tbl_Nodes_1' is specified multiple times in a FROM
clause. (#1011)
[Microsoft][ODBC SQL Server Driver][SQL Server]Line1: Incorrect syntax near
dbo. (#170)
[Microsoft][ODBC SQL Server Driver][SQL Server]Line1: Incorrect syntax near
'MS3'. (#170)
[Microsoft][ODBC SQL Server Driver][SQL Server]Line1: Incorrect syntax near
the keyword 'NOT'. (#156)
Regarding the first line, I have two copies of the same table, one aliased
as tbl_Nodes_1 in one of the queries. But did not anticipate that this would
be a problem. I can post the queries, but they are rather long. If anyone
can provide some advise, I would greatly appreciate it.
Thanks.
running great, with very few application modifications. However, I am having
trouble with one report. The query that this report is based on is based on
two subqueries (both of which run fine from within Access). However, when I
try to run the reports query, I get an error message:
[Microsoft][ODBC SQL Server Driver][SQL Server]
The correlation name 'tbl_Nodes_1' is specified multiple times in a FROM
clause. (#1011)
[Microsoft][ODBC SQL Server Driver][SQL Server]Line1: Incorrect syntax near
dbo. (#170)
[Microsoft][ODBC SQL Server Driver][SQL Server]Line1: Incorrect syntax near
'MS3'. (#170)
[Microsoft][ODBC SQL Server Driver][SQL Server]Line1: Incorrect syntax near
the keyword 'NOT'. (#156)
Regarding the first line, I have two copies of the same table, one aliased
as tbl_Nodes_1 in one of the queries. But did not anticipate that this would
be a problem. I can post the queries, but they are rather long. If anyone
can provide some advise, I would greatly appreciate it.
Thanks.