i'm working on a project with Visual Studio (vb .net) and an Access database. I need to change some of the tables/columns in my database, so i just went into the .accdb file and changed some stuff. now the question is how do i apply these changes to my existing database in Visual Studio? Do i have to remove the existing database and re-add the modified one? This makes a lot of mess with the auto-generated code of Visual Studio, and then i need to fix it manually - not ideal at all. Is there another, more elegant way of doing it?
Thank you