I designed a database for a company at their local branch and now I live far away from the office so I cant access the DB directly on the company systems. The company will call me from time to time to troubleshoot or change things around. In my opinion the best way to around that was to have the guys share the backend with me on a Google Drive, and I could make whatever changes they want. If they want frontend changes, I'd just send them a modified copy of the frontend. I was wondering if there is a better way to do this? I am not allowed access to their network because of IT regulations at the company. I also found it really hard to work with backend and frontend copies because once they would share the BE and FE. The FE could no longer find the BE and I'd have to create a new database and import the forms and queries from the FE and then the tables from the BE... EVERY TIME. This is starting to ruin the fun of having a split DB in the first place. Any advice would be much appreciated!