Mysterious Recordset Changes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Recently I ran a query, the query had a join between two table. One of the
joined tables was set up to restrict the result set of the query. This
joined table only contained one row of data. When I ran the query it had
1066 rows of data. This looked like way too many records. I resorted the
data by one of the unique keys to look for duplicate rows and the recordset
went from 1066 rows to 360. This happend in the datasheet view, I did not do
a requery. How is this possible and why would the query results change just
because I resorted the datasheet view of the data.
 
Back
Top