This is the situation. I have a windows form app that uses an access database to store the information. Everything has been going good. Now I am going to release a new version with an updated access file (2 new tables, 1 old table with new column). But the people that have been using the app I don't want them to loose their information when they upgrade to the new version.
How is the best way to handle that situation?
I am using Visual Studio 2008 and vb.net to write the windows form app.
Thanks