I am looking at some alternatives to collating information into a database and then running some SQL queries off that to produce some reports.
Now currently I have a MS Access(2003) on a network drive and my guys in the field will access this db and enter data via a MS Access Form. After this I have to then run queries (currently weekly) and export them to an excel spreadsheet.
Now I have some new starters + upgrading my MS office software and I am looking to make the DB more accessible (whilst staying secure) without having any need for software (ie a website) if possible. Now I know how to program a PHP form that will entered the data into a MySQL DB.
Here is my dilemma...The data we have is very sensitive information and if people get hold of it, it can open a lot of people to fraud, so i dont want to go and get a web hosting company involved. SO I was mentioned "why dont you run a MySQL db from your network drive".
SO my questions are to what are my options in this matter
- IS it possible to run a private website via a network drive (say via XAMPP or something similar) and if so how would I approach it?
- If not what alternative to MS Access is there that I can easily develop data entry forms on?
Thank you in advance,
Johan