MS Access Pathway
This pathway outlines the recommended approach for migrating MS Access applications with AI assistance.
Overview
Microsoft Access applications typically consist of two main components that require different migration strategies:
- Frontend Components: Forms, reports, and user interfaces
- Backend Components: Database schema, data, and business logic
graph TD
A[MS Access] -->|Frontend| B[Document Forms]
B --> C[Build GDS-Compliant Views]
C --> G[Connect to Backend API]
A -->|Database| D[SQL Server Migration Assistant SSMA]
D --> E[Refactor Generated SQL]
E --> F[Follow SQL Server Pathway]
classDef legacy fill:#ffebee,stroke:#c62828,stroke-width:2px
classDef frontend fill:#f3e5f5,stroke:#7b1fa2,stroke-width:2px
classDef migration fill:#e3f2fd,stroke:#1976d2,stroke-width:2px
classDef pathway fill:#e8f5e8,stroke:#2e7d32,stroke-width:2px
class A legacy
class B,C,G frontend
class D,E migration
class F pathway
Both sub-paths (frontend and database) have been broken down into detailed guides which can be followed independently or in parallel, depending on the complexity of the Access application.
Frontend
Database
| ← Previous: Requirements Building | Next: SQL Server Pathway → |
This pathway is part of the DEFRA AI Legacy Modernisation Playbook. For questions or contributions, please refer to the main documentation.