i asked Copilot and it suggested to use Last() sql function.
to confirm if CoPilot is right, i created a test table (Table1) with
following fields:
ID--------AutoNumber
Field1---Numeric (Long)
i open the table and add 3 new records (ids are 1, 2, 3)
created a query to use Last(ID), and it...