Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I need to make a simple order entry/tracking app for someone. I know that I can do this easily in MS access - no need to program it in php or any other language. Is there a web app that will allow me to define tables, fields and forms while being able to manipulate them and produce reports?

I've looked at things like SugarCRM but I am thinking that is a little over kill.

share|improve this question
for the record, you can have a look at creator.zoho.com – JMax Jan 19 '12 at 7:41

closed as off topic by phwd Jan 18 '12 at 17:38

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Podio has some of the functionality but it also has a relatively steep learning curve (you might need to read the documentation for a bit). Its reporting is rather limited compared to Access, though.

Access is a local relational database management application. The only way to fully replicate it on the web is to build your own custom equivalent.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.