P
Paradigm
I have an Access front end linked to sql tables. After a new record has been
added to a table I need to process some data. I was locating the last new
entry by running a query to find the max ID which should be the latest entry
since th id was an autonumber field. I have now modified the system to
synchronise tables and the id is now a GUIID. The query no longer returns
the last entered record.
How can I determine the last entry in an sql table.
Thanks.
Alex
added to a table I need to process some data. I was locating the last new
entry by running a query to find the max ID which should be the latest entry
since th id was an autonumber field. I have now modified the system to
synchronise tables and the id is now a GUIID. The query no longer returns
the last entered record.
How can I determine the last entry in an sql table.
Thanks.
Alex