I have a small database that has, as you would expect, links to tables (back end), queries, forms, sub forms, reports,macros, and modules.
I won't go into it but I have a need to have an identical system, same tables, forms etc etc everything the same except for the data.
For certain reasons I can't hold the data in the same database.
Now I could just have 2 front ends pointing to 2 identical (except for the data) backends. Only trouble is if there are any changes I will have to deploy 2 front ends every time and potentially change 2 databases as well.
Is it possible from the position I'm in now (fully functioning system) to one where I can dynamically change the set of tables a user is using?
I won't go into it but I have a need to have an identical system, same tables, forms etc etc everything the same except for the data.
For certain reasons I can't hold the data in the same database.
Now I could just have 2 front ends pointing to 2 identical (except for the data) backends. Only trouble is if there are any changes I will have to deploy 2 front ends every time and potentially change 2 databases as well.
Is it possible from the position I'm in now (fully functioning system) to one where I can dynamically change the set of tables a user is using?