Architecture

01 Database consists of two main groups of files: backend (core files, where data is stored) and frontend (files, used for interaction between user and core data files of backend).

Backend

The core file MainBackEnd.accdb is the file with Tables only. In this file immutable data is stored.

Data relations

Data relations in frontend and backend