|
Actually, genuinely curious here, does anyone know of a solid (popular) equivalent of MS Access, but web-based? The feature I'd put emphasis on is rapid point-and-click form creation, not the database and tables part (for that of course there are plenty). I've developped a few web applications and forms along the years, but never could I get something together as quick as I did when I decided to try MS Access, for a prototype app. E.g. I've used Django, yes I can create forms pretty quick, but with Access with _no programming_ and 2-3 hours of familiarization I could put up forms with create/edit/delete functionality in something like 30 minutes, along with the underlying schema. I haven't touched it since I created that prototype, but I was left wondering what's the equivalent in the webapp world, for the basic CRUD use-case. |
100% point-and-click creation of new objects, relationships, forms, etc... Easy baked in reporting, import, and export. Workflow automation totally configurable without code. Thousands of apps on the AppExchange to add interesting features. And of course, when you need to add code, it's very easy to get started if you know OOP.
If you frequently have to create quick web-based systems that would have been MS Access, go check out https://developer.salesforce.com/trailhead, grab a free SFDC org, and build something cool.