I've got a client who has a very large internal system using Access, which is used internally to handle virtually all company data. They want a web front-end to the customer data in that database, and would be running on a different server. Given the limitations on Access, the front-end would likely use MySQL.
Which leaves the issue of synchronizing the data. It doesn't need to be to-the-second, even daily would be fine, but I'm really unsure of a good means of doing this.
Given the scope of the existing system, it would be a disproportionate amount of time and work to move the entire system to another database such as MySQL.
Is there any practical way to accomplish this?