I am in the process of migrating over a database from 2002 to 2010. One of the things I noticed different with 2010, is that Access will name tables using underscores e.g. dbo_asys_Employee. Whereas 2002 will use periods e.g. dbo.asys.Employee.
What are the implications and issues that may arise during the migration of the database?
The method I am using to migrate to 2010 is exporting all objects over to a blank database. The reason for this is because when attempting to convert the original mdb database, the option to save as current default or accdb under the save and publish selection was greyed out and unavailable.
Would appreciate all insight and anyone who has related experiences.
Thanks
What are the implications and issues that may arise during the migration of the database?
The method I am using to migrate to 2010 is exporting all objects over to a blank database. The reason for this is because when attempting to convert the original mdb database, the option to save as current default or accdb under the save and publish selection was greyed out and unavailable.
Would appreciate all insight and anyone who has related experiences.
Thanks