I have a small system that is used by 2 distinct sets of users.
Historically the system is split into 2 front ends, for the 2 different sets of users, and 1 common backend, the data itself.
There is a third standalone system that should be part of the above system.
I could of course just have 3 front ends with again 1 common backend.
It would be better if it all appeared as one system.
There are, in my mind, two ways to do this
1. Have a 4th front end that is used purely to navigate to one of the other 3 front ends. I presume it is possible to load/start a front end from within another? If so how is that done and are there any issues doing it?
2. Consolidate all the 3 front ends into 1. Have a start up form with 3 options on it to load what were the effective start up for each of the original 3 front ends. I can see advantages/disadvantages with this. One disadvantage is that without a lot of name changes it is difficult to see what forms/reports/queries belong to which system. To me this is quite a big deal so I'd want the advantages to outweigh the disadvantages. Deployment becomes slightly easier I guess, but that's not enough.
Any views or alternate suggestions for this?
Historically the system is split into 2 front ends, for the 2 different sets of users, and 1 common backend, the data itself.
There is a third standalone system that should be part of the above system.
I could of course just have 3 front ends with again 1 common backend.
It would be better if it all appeared as one system.
There are, in my mind, two ways to do this
1. Have a 4th front end that is used purely to navigate to one of the other 3 front ends. I presume it is possible to load/start a front end from within another? If so how is that done and are there any issues doing it?
2. Consolidate all the 3 front ends into 1. Have a start up form with 3 options on it to load what were the effective start up for each of the original 3 front ends. I can see advantages/disadvantages with this. One disadvantage is that without a lot of name changes it is difficult to see what forms/reports/queries belong to which system. To me this is quite a big deal so I'd want the advantages to outweigh the disadvantages. Deployment becomes slightly easier I guess, but that's not enough.
Any views or alternate suggestions for this?
Last edited: