P
Pat Backowski
Hi Everyone,
When I run the query
Select a,b,c from mytable where trandate >= #20/06/2008 00:00:01# and
trandate <= #20/06/2008 23:59:59# and (trantype = "OP" or trantype = "NP);
in SQL Server, I get the result of 145,309 rows selected
in MS-Access, with a table Linked to the SQL Server table, I get the result
of 143,516.
Does anyone have any idea why this might happen?
Many thanks in advance for your kind consideration
Pat Backowski
When I run the query
Select a,b,c from mytable where trandate >= #20/06/2008 00:00:01# and
trandate <= #20/06/2008 23:59:59# and (trantype = "OP" or trantype = "NP);
in SQL Server, I get the result of 145,309 rows selected
in MS-Access, with a table Linked to the SQL Server table, I get the result
of 143,516.
Does anyone have any idea why this might happen?
Many thanks in advance for your kind consideration
Pat Backowski