Real World Access (35)
One of a series of articles about where Microsoft Office Access applications have found a real-world niche.
Graham Seach's Investment Banking
Many of the Access projects I develop are for very large organisations. One in particular was for a multi-national investment bank.
This $3.9M project was to develop a highly secure enterprise system that allowed the bank to meet its regulatory reporting requirements under both the BASEL I & II accords (similar to Sarbanes Oxley).
This project employed a Project Manager, a Systems Architect, 4 Access developers, a SQL Server DBA, 2 Business Analysts, 2 DataStage developers (data migration), 2 MicroStrategy developers (reports), 2 Test Engineers, plus team managers.
The long-term plan for the project was to create an enterprise-wide intranet solution in DotNet. Access 2OO3 was selected as the Version 1.0 frontend technology due to its flexibility, power, and its RAD (rapid application development) capability.
The SQL Server 2005 data store was designed as a data warehouse, so the front end had to be designed to cater for huge numbers of records (in excess of 100 million).
The Access application provided users with the ability to manage and analyse deals and exposures, capital deductions, limits, on/off balance sheets and collateral allocations, and to reconcile the GL (general ledger).
The Access application's user interface is fast, responsive and extremely stable, having been designed using the principles of human-computer interaction (HCI). The UI design focus is on usability and employs a direct manipulation model.
The system uses techniques not normally found in typical Access databases, for example:
- Extensibility (user customisation)
- Proactive integrity checking (the system actively prevents users from making mistakes rather than just responding to them)
- Screen update delay minimisation techniques
- Screen fading effects
- Graphical tooltips
- Full drag-n-drop facility throughout
- Dynamic list scrolling during drag operations
- Automatic user shutdown/lockout during data load operations
- Ad-hoc environment switching (using XML configuration files)
- User-defined security model (including screen/action permissions) tightly integrated with SQL Server security.
The project was delivered on-time, despite a highly aggressive schedule.
The intranet version has been delayed because the Access version works so well that it has quickly become the line-of-business application. Management now see no reason to replace Access.


Thanks to Access MVP Thomas Möller for pointing out this very interesting 

