I am working on a database with one other person. We have successfully split the database into a frontend and a backend, where the frontend contains the queries, reports, and forms, and is linked to the tables in the backend.
Unfortunately, we are both working on the queries, which means we both need access to the frontend of the database. Is there a way split the db so we can both work on the queries, or where one of us could work on the reports and the other on the queries?