G
Guest
Using Access 2003, I use LAST in a query to return the most recent Record
number (and use that in another query to produce the most recent record, as
the Access Help illustrates for finding the last record entered.) However,
incorrect results happened when the number of records got to 130: Although
there have been more than 130 records entered, the result of the query has
stopped at 130. (Due to deleted records, there are fewer actual records ion
the database.) Use of the MAX function applied to the autonumbered Record
Number is currently returning the expected value and so is a substitute, but
the question of why the LAST function would fail remains. Under what
circumstances will the LAST function in a query fail, and is there a
suggested remedy so as to be able to continue to rely on the LAST function?
number (and use that in another query to produce the most recent record, as
the Access Help illustrates for finding the last record entered.) However,
incorrect results happened when the number of records got to 130: Although
there have been more than 130 records entered, the result of the query has
stopped at 130. (Due to deleted records, there are fewer actual records ion
the database.) Use of the MAX function applied to the autonumbered Record
Number is currently returning the expected value and so is a substitute, but
the question of why the LAST function would fail remains. Under what
circumstances will the LAST function in a query fail, and is there a
suggested remedy so as to be able to continue to rely on the LAST function?