So, I am entrusted with working on two identical databases, which are very poorly made. Both are divided into front / rear ends, but have different data.
Is it possible to combine both databases into one and create a form so that the user can choose which "database" they will interact with?
To clarify, the school using these databases has a database for the fall semester and the Spring semester. Both contain exact forms / queries / tables, but specific data is different. for example Maybe the teacher learns 3 classes, but 4 classes in Spring (the database is much more complicated than that). The data structure remains unchanged, but the specific data varies depending on the database.
So, if they need to access the data, they need to open the appropriate database. As a result, they constantly open / close different databases. They just want to use one database and switch between Fall / Spring.
Is it possible?
source
share