1

I've currently been using Base/MS Access to create forms etc. that interface with a backend database, to save me writing a backend in PHP. Downside is that it only runs on the desktop. Is anyone aware of any web-based equivalent?

Edit: Should have done more research, I need it to interact with MySQL, not an Access DB.

bcoughlan
  • 25,987
  • 18
  • 90
  • 141

2 Answers2

1

Have you considered Access 2010 : Hosting an Access DB

Community
  • 1
  • 1
Fionnuala
  • 90,370
  • 7
  • 114
  • 152
0

Depending on Access version, you could use Data Access Pages (Can be used with Access 2007+ with some additional work.). The recommended usage for 2007+ would be within SharePoint.

JeffO
  • 7,957
  • 3
  • 44
  • 53