ThrillKillKult
Programmer
I am using VB.NET with Microsoft Access 2000 to design a program for a company. In testing, we have found that occassionally an error will pop up that states that the program is attempting to duplicate a record that already exists in the table. The thing is, the only primary key in the table is autonumbered, so it should not be duplicating records. The only way to fix the problem is to create a clean database and a clean table, then copy the information from one database to the other. Is there any way that anyone knows of to circumvent this problem, or am I going to have to get the company to get a new database program?