Determine next autonumber field value
Is there a way to determine the next autonumber field without actually adding a record and executing .Update using ADO?
I am using a table to store successful form data copied from a temporary table and need the autonumber ID field value (for various reasons) before actually creating a record in the table.
|