i agree with m1tk4, that you will not gain very much, if you are not already familar with php.
i recommend to invest your time in learning some XML/XSLT
you can export the access-datatables as XML-files on the server
there you can query them trough htmlpages, which use the the xml-processor.
this client-XML/XSLT handling is straightforward in the LAN
if you have XML-filesizes above 10MB you will need servside XML/XSLT processing, what is more complex. in this case it will be less work to go into PHP/MYSQL
i am afraid, that there are no simple ready to use tools for your task
regards, Franz
Main Topics
Browse All Topics





by: m1tk4Posted on 2007-08-14 at 18:44:32ID: 19696730
PHP is not going to be "beefier" as far as queries are concerned. You are pretty much stuck with the same queries you'll be passing through ODBC that you could do in Access natively, minus the query designer you have in Access.
n/ref.uodb c.php to do the job.
You will most likely find yourself designing the queries in Access and moving them to PHP.
The only reason you might want to do what you are doing is if you need remote, unauthenticated access to these reports that absolutely has to be web-based.
If web-based is not a requirement, I'd stick with either Access tools or get CrystalReports.
If web-based IS one of the requirements, you'll be using these functions: http://us.php.net/manual/e