I have a special place in my heart for Access, its where I first started making money writing software and learned SQL and VB. Its where I really felt like I was making something that solved real world problems for people, quickly at that. It was actually amazing how far it could scale, you could put a shared MDB file out on a Novell network share and have 30 concurrent users with no server app at all, users just dou…
I was able to build a CRUD app with 20 concurrent users in a month just using a shared directory to host the backend database.
It would have taken a team of engineers 6 months to do the same properly developing a Java web app with Oracle database.
Access does have such easy WYSIWYG reporting tools that I still miss.