you can just order the records (just add a column "RowNumber" and order by that when you open the database).
If you want to just change some data in a given row in the database then you can do that by using the UPDATE command.
E.g. "UPDATE Table1 SET Column1="' & TheCol1Value & "' WHERE RowNumber='" & TheRowNumber & "'"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.