Forum Discussion
-resolution
Aug 06, 2021Copper Contributor
.adp conversion to .accdb
I have an old .adp MS Access and need to convert it to .accdb. It can be opened in MS Access 2007 version but there was no save-as or publishing option for .mdb. I have also tried creating a new da...
isladogs
Aug 07, 2021MVP
Untested but could you do the following?
Create a new database in A2007 and link to the ADP.
Right click on the linked tables and convert to local tables.
If that works, you can can now use this database in A365
Create a new database in A2007 and link to the ADP.
Right click on the linked tables and convert to local tables.
If that works, you can can now use this database in A365
isladogs
Aug 07, 2021MVP
Alternatively, just create a new A365 database and link to the SQL Server tables used in your old ADP.