I am helping a friend to streamline his little manufacturing business db. Currently, they have
- An address db
- bookkeeping db
- order mgmt db
All the three are mdb files. They can't pay me really, so I am doing good will work. Thus, just doing the barely needed. It would be ideal to merge order mgmt and address, but that's maybe for later.
What is needed now: Of course, the address db is used by their sales, their accountant, the order mgmt guy. So it's a mess. I was proposing to have a master address db on the internet, so that the sales man can always access and edit it anywhere. He is also the master for editing. The other guys would just update their local dbs from this master one. And I thought that mysql could be used as the master, with a simple php interface to enter/mod/del data.
Is this a good idea (I have only marginal experience on access)? If yes, I suppose I could connect to mysql via ODBC - could this work to only download incremental changes? (The address mdb is just 1.7 MB, but the internet link is weak and sometimes breaks).
BTW, this is a very simple solution for non-tech-savvy guys - is there any simple, cheap (or even free) and open source solution which could replace this rather historically grown mess on Access? It's just managing addresses, managing orders, printing labels, and some simple bookkeeping (I am happy to start a new question if this overloads the other ones). They are open for changes (one guy actually is pretty interested in open source solutions and pushing the others for it).
Thanks a lot for your suggestions.