Does anyone know of a web-based database system similar in function to Microsoft Access?
Basically I'm looking for a frontend to an RDBMS that can be used to:
- create, modfy and delete database objects
- enter data directly into tables
- view data in a grid format
- easily create forms for data entry
- add programming logic behind such forms (in a similar way to how Access does it with VBA)
and be entirely based around the web.
Any ideas?
(edit: it doesn't have to be compatible, just similar in function)