We have a Microsoft Access database that has been used for many years. Our staff is very used to using the Access tables and forms to query, view, update and add to the data.
But the database is at the end of its lifetime. We want to convert it to a PHP/mySQL solution.
I have found tools that can convert the Access database to mySQL.
But are there any tools that can analyze the way the tables and forms look and work in Access, and generate an equivalent easy to use PHP web-based interface with the same functionality: to query, view, update and add to the data?
Okay. I did a bit of searching on the web and I found one tool that seems to do exactly what I'm looking for: PHPrunner
Does anyone have experience with this tool? Are there any other similar tools worth considering, maybe something less expensive or even free?