M
MikeR
I first posted this in Access Database General Questions but then found this
more apporpriate newsgroup, so pls forgive cross-post:
We use MS Dynamics (Great Plains v 8.0) accounting system on SQL Server 2003
and I 've connected an .adp project (MS Access 2003) to the underlying
tables. When I run a simple query using .adp against a single table
(GL20000), the recordset contains an extra line that appears to be a
duplicate of a valid record.
If I repeat the query using SQL Query Analyzer, I get the correct results.
This is bizarre to me and I've not seen any mention of others having similar
problems.
SQL is as follows:
SELECT dbo.GL20000.*
FROM dbo.GL20000
WHERE (JRNENTRY = 46099)
Has anyone experienced this? This is amn adp show-stopper unless it can be
resolved. Thanks in advance.
more apporpriate newsgroup, so pls forgive cross-post:
We use MS Dynamics (Great Plains v 8.0) accounting system on SQL Server 2003
and I 've connected an .adp project (MS Access 2003) to the underlying
tables. When I run a simple query using .adp against a single table
(GL20000), the recordset contains an extra line that appears to be a
duplicate of a valid record.
If I repeat the query using SQL Query Analyzer, I get the correct results.
This is bizarre to me and I've not seen any mention of others having similar
problems.
SQL is as follows:
SELECT dbo.GL20000.*
FROM dbo.GL20000
WHERE (JRNENTRY = 46099)
Has anyone experienced this? This is amn adp show-stopper unless it can be
resolved. Thanks in advance.