Question
Update an Access table
I'm working on a Cf inteface where a user can push a button
and process an Access table. I'm running into issues where the data
is being inserted (INSERT statement) into the Access table, however
the data isn't inserted into the last/new row in the table. It ends
up between some existing rows in a database.
I run a delete statement on some data in the table before I run the insert and new row is always in the row where the data was deleted.
Is there anyway I can make the INSERT go to the last row in the database?
I run a delete statement on some data in the table before I run the insert and new row is always in the row where the data was deleted.
Is there anyway I can make the INSERT go to the last row in the database?