Well, this is a humdinger for me. A friend for who's business I'm doing some PHP coding has only now, two weeks after I've started, thrown up something that they're already doing and now want some way of integrating it into the project.
They presently go around clients with a laptop and use a form created in MS Word to take down clients' details. Ideally they would like some way to transfer the data collected to the server at the end of the day and be able to run a script that will take the information and transfer the relevant data to the various MySQL tables.
I toyed with various ideas. PHP was out of the question on the laptop as it would have been too awkward for them to set up, along with MySQL. I then considered writing something in C# or Java (definately a worst case scenario) for them to enter the details and it would store the info into an easily accessible format for the script.
But then I thought about MS Access. The only problem is, I have no idea as to how the data is stored. That would be an easy solution to implement but I need some info on how Access stores its databases and tables before I can set about writing a PHP script to transfer the data to MySQL.
Anyone have any ideas or pointers?