how do i get the autonumber generated in a table by an insert query.
I have tried a select statement with comparisons to the data i have added just after the insert query but this does not seem to work.
It works when i reload the page but at this stage the data has been inserted twice into the database with different autonumber ids.
I have tried a select statement with comparisons to the data i have added just after the insert query but this does not seem to work.
It works when i reload the page but at this stage the data has been inserted twice into the database with different autonumber ids.