Dear Loungers,
I developed a desktop Access program and now my client wants to have it updated automatically with information entered onto a form on their public website. Can anyone conceive of a way for this to happen? Porting the db to the website is not an option as its in continuous use on the desktop.
The only architecture I can think of would be that the web site sends an email to the database operator and then Outlook VBA runs to extract the data and append it to the proper table in the db.
Hopefully, someone has a better idea than this.