011. File Storage Limitations
Storing attachments inside the database pushed the system close to Access’s 2GB file limit. We solved this by storing documents in shared folders and referencing file paths in the database. Users could open any attachment with a click—saving space and improving performance.
022. Manual Frontend Distribution
As more users came on board, it became impractical to manually distribute updated frontends. We implemented an auto-update checker that notified users of newer versions and downloaded the latest frontend automatically—similar to mobile app updates.
033. Multi-User Security & Logging
To ensure traceability and prevent unauthorized access, we deployed a secure login system with per-user permissions and detailed audit trails to monitor user activity.
044. High Reporting & Automation Demands
The client needed detailed, on-demand reports and dashboards. We developed dynamic forms and automated Excel and KPI exports, reducing manual work and increasing reporting speed.