G
Guest
I am building an app with security and the usual FE/BE, dev
workgroup/distribution workgroup files structure. My question is how does
one deal with updating the BE for newer versions of the app that require
design changes in th BE tables? One option is to install a new file based on
the new table designs and then run a bunch of queries to populate the tables
using the old version as the source. However, this seems a lot of overhead
if only a few design changes are needed in a database with lots of tables and
lots of records. Eg. copying several thousand records when all that might be
needed is to add one new table and add a new column to an existing table. Is
there any way to get around the security issue that would allow client users
to run code to modify the tables without creating a superuser in the
distribution workgroup or storing the password in vba code?
workgroup/distribution workgroup files structure. My question is how does
one deal with updating the BE for newer versions of the app that require
design changes in th BE tables? One option is to install a new file based on
the new table designs and then run a bunch of queries to populate the tables
using the old version as the source. However, this seems a lot of overhead
if only a few design changes are needed in a database with lots of tables and
lots of records. Eg. copying several thousand records when all that might be
needed is to add one new table and add a new column to an existing table. Is
there any way to get around the security issue that would allow client users
to run code to modify the tables without creating a superuser in the
distribution workgroup or storing the password in vba code?