I am running SQL server and Access on the same machine and both have ODBC connections to the same table. When I do a Select Count(RECID) FROM etc in SQL Server I get about 1.5 million records but when I do exactly the same thing in Access I get about 460,000 records (with the most recent not being present when I group on a date when the record was added).

Why?