Hi,
I am creating reports using VBA code.
I have the same query in a querydef residing both in Access97 and Access2003. The result of this querydef is then moved to a table in Access97 and Access2003 respectively. The table in Access97 returns 874 rowcount, table in Access 2003 returns 1050 rowcount. In both the case the querydef is retrieving from the same database which resides in SQL Server 2003.
I executed the application Access97 and Access2003 individually and tried to capture the query executed through SQL profiler. In both the case the same query is executed with rowcount 1050 in SQL Server 2003. But I am not able to find why this confict occurs though the same query used in querydef which is in both Access97 and Access2003.
I am badly in need of help. Please help me to fix this issue.
With regards,
ram
I am creating reports using VBA code.
I have the same query in a querydef residing both in Access97 and Access2003. The result of this querydef is then moved to a table in Access97 and Access2003 respectively. The table in Access97 returns 874 rowcount, table in Access 2003 returns 1050 rowcount. In both the case the querydef is retrieving from the same database which resides in SQL Server 2003.
I executed the application Access97 and Access2003 individually and tried to capture the query executed through SQL profiler. In both the case the same query is executed with rowcount 1050 in SQL Server 2003. But I am not able to find why this confict occurs though the same query used in querydef which is in both Access97 and Access2003.
I am badly in need of help. Please help me to fix this issue.
With regards,
ram
Comment