Preparing an access database for legacy schema migration
This article will step you through preparing an access database for upload onto the Codebots platform as part of the legacy schema migration process. The reason for this process is so that you can export your schema without having to expose your sensitive data, as well as ensuring a small file is uploaded.
- Open your database in Access.
- Click on File→Save As and select Template (*.accdt).
- Uncheck the Include All Data box, so that you’re only saving the schema (the tables and the relationships), and not your entire database.
- Save the file on your local system somewhere.
- In Access, click on File → New and click on Personal.
- Navigate to the file you saved earlier. Access will prompt you and ask if you want to create the database. Say yes!
- Now you can save your schema as an empty database.
- Upload this empty database (schema only) in the app creation wizard on Codebots to perform the legacy schema migration process.
Was this article helpful?