I have a program that allows users to enter data through a list box and text boxes. The data is then saved to an access database. The primary key in the database is "user ID" and, when I shut down and re-run the program, "user ID" gets overwritten.
How do I have the program go to the end of the database to save the next record?