D
dnr
Hello!
I have a front-end/back-end database I manage for our department. There are
approximately 80 users of this database with the users having a local copy of
the front end installed on there PC.
When designing this database I based my design on the one by Danny
Lesandrini at
http://www.databasejournal.com/feat.../Automatically-Deploy-a-New-Access-Client.htm
So basically, I have a master copy of the front end database on the server
and the user's local copy upon opening runs a program that checks if they
have the most current version on their system, if not it tells the user they
need to update to the most current version. When the user hits ok, it runs
an update which basically creates a backup of their current version on the
local computer erases the current database and copies the master copy to
their person computer. This works well, except for a few problems, which is
where I need the help.
Some users have found the master copy of the front end and have been using
it, can I protect the master copy so only administrators can use it, but then
remove the password protection as it downloads to their local computers?
There are three administrators for this database...
The other problem is, this database is fairly new and we are always working
on tweaking the database. If we are updating the master database it creates
a .ldb file. If a user opens their database, and it needs to update to the
most recent version and the .ldb file is currently in the master database
folder the update causes an error, and I have to go and copy the database in
proper location of the local computer. I am wondering if there is code I can
write that if an update is required, it would check for the .ldb file. If
the .ldb file exists it would bypass asking the user to update the database.
Any suggestions would be very appreciated.
Thanks - dnr
I have a front-end/back-end database I manage for our department. There are
approximately 80 users of this database with the users having a local copy of
the front end installed on there PC.
When designing this database I based my design on the one by Danny
Lesandrini at
http://www.databasejournal.com/feat.../Automatically-Deploy-a-New-Access-Client.htm
So basically, I have a master copy of the front end database on the server
and the user's local copy upon opening runs a program that checks if they
have the most current version on their system, if not it tells the user they
need to update to the most current version. When the user hits ok, it runs
an update which basically creates a backup of their current version on the
local computer erases the current database and copies the master copy to
their person computer. This works well, except for a few problems, which is
where I need the help.
Some users have found the master copy of the front end and have been using
it, can I protect the master copy so only administrators can use it, but then
remove the password protection as it downloads to their local computers?
There are three administrators for this database...
The other problem is, this database is fairly new and we are always working
on tweaking the database. If we are updating the master database it creates
a .ldb file. If a user opens their database, and it needs to update to the
most recent version and the .ldb file is currently in the master database
folder the update causes an error, and I have to go and copy the database in
proper location of the local computer. I am wondering if there is code I can
write that if an update is required, it would check for the .ldb file. If
the .ldb file exists it would bypass asking the user to update the database.
Any suggestions would be very appreciated.
Thanks - dnr