Hello, I created a blank MS Access database and created my first table. In the application I'm writing in VB.NET 2008, I use ADO.NET to connect to the database. The table is shown fine, but when altering the records/rows, I get this wierd outcome. The problem: all records i'm adding through my application is read by my application, but once the database is opened in MS Access there is no sign of the changes i made. And all changes i create in MS Access, I can't see in my application? Does this database contain two versions of data? Is there really no shadow copy I'm just not seeing? What could be the reason that my work can't continue?