Hacker News new | ask | show | jobs
by kyllo 4100 days ago
I personally would not want to be responsible for security for a web-based Access clone. Enormous attack surface area.

But I think Access is awesome for making and battle-testing prototypes that can eventually become actual CRUD apps. Great intermediate step somewhere in-between e-mailing spreadsheets and building a Rails app, for getting shit done at the office.

1 comments

Agree 100% on this. To truly replicate Access online, you'll have to provide some sort of scripting interface that is moderately performant. Seems like a complete nightmare.
Scripting for access? How so? I thought it was only queries and forms.
Three letters: VBA.
Ha. After years of Access, never realized VBA was popular with it.