Nick Hodge has written on importing data from web queries (thanks Nick!)
I'd like to ask what are easily supported solutions for multiple Excel users to both upload and download data from a shared database on a web server.
The kind of server I should choose is not a problem - Windows or Linux - as long as I can use generic components rather than having to install something specific on the server that could cause support problems with the ISP.
AFAIK there is an ODBC driver for MySql - I haven't tried it yet - so that might be a solution. I assume Access is not considered robust enough for such work.
It needs to be secure so that nobody can just hack into the Excel VBA and substitute some other user's ID and seen their data.
Or maybe I could use Excel for upload but standard queries in PHP for reporting in a browser.
Anyway, what are people happily using for this kind of application?
TIA
Patrick