Aug 09 2021 12:58 AM - edited Aug 09 2021 12:58 AM
Aug 09 2021 05:41 AM
SolutionAccess relational database applications consist of two accdb files (assuming they are properly designed and built).
For each of your existing company databases, then, you'll need to do two things. I would start by contacting the person responsible for administering those relational database applications. Ask them to provide you:
The Front End contains all of the forms, reports and code needed to operate the relational database application.
The Back End contains only the tables where the data is stored for that relational database application.
Have the administrator guide you on how to set up and use each of the applications you need to work with. That will include copying the Front End(s), or FE(s), to your computer, and having the network administrator include you in a security profile that has permissions on the location of the Back End(s), or BE(s).
Beyond that general level of guidance, you'll have to get the specifics from those in your organization responsible for each of the Access relational database applications you need to use.