![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I've completed work on an access2007 database which is to be run on a network server by many users at the same time. Every time the database is opened on a new computer I get the "Certain content in this database has been disabled" warning at the top. How do I avoid this please? My users would not know to click the bar and enable the content. I've tried digital signing but it I can only seem to do it by packaging the database which brings up an extraction screen every time it's loaded. Is there any way to bypass this annoying security warning? |
#3
| |||
| |||
|
|
On each user's PC the folder where the file is stored needs to be set as a "trusted folder". *This is in the Access options. |
#4
| |||
| |||
|
|
On each user's PC the folder where the file is stored needs to be set as a "trusted folder". This is in the Access options. Surely there's a better way to do it than this?? The network is in a busy college with hundreds of workstations. It's not practical to set it on every machine. Is there no way to digitally sign a database without having to package it? Cheers, Ciarán |
#5
| |||
| |||
|
|
It can be done programmatically as it is just a registry entry. *Sorry,I am not familiar with the specifics of digital certificates. |
#6
| |||
| |||
|
|
On each user's PC the folder where the file is stored needs to be set as a "trusted folder". This is in the Access options. Surely there's a better way to do it than this?? The network is in a busy college with hundreds of workstations. It's not practical to set it on every machine. Is there no way to digitally sign a database without having to package it? Cheers, Ciarán |
#7
| |||
| |||
|
|
How are you going to get a copy of the front-end onto those workstations? Can the same script be used to set the destination folder as trusted? |
#8
| |||
| |||
|
|
How are you going to get a copy of the front-end onto those workstations? Can the same script be used to set the destination folder as trusted? Hi, thanks for the reply... The databse is installed on a shared network drive and can be accessed by all workstations simultaneously. |
|
Is there any VBA code that can add trusted locations as executing a .reg file manually is forbidden on the college workstations? |
|
Cheers, Ciarán |
#9
| |||
| |||
|
|
"Cron" <cronok... (AT) hotmail (DOT) com> wrote in message news:2ff5114f-0802-4466-87ba-9868a77f0647 (AT) u65g2000hsc (DOT) googlegroups.com... How are you going to get a copy of the front-end onto those workstations? Can the same script be used to set the destination folder as trusted? Hi, thanks for the reply... The databse is installed on a shared network drive and can be accessed by all workstations simultaneously. Access should not be run this way. Each user should have a copy of the front-end linked to a shared copy of the back-end otherwise you will have corruption of the MDB. The Jet Back-end may need to be changed to SQL server if you have100's of simultaneous users. |
|
Is there any VBA code that can add trusted locations as executing a .reg file manually is forbidden on the college workstations? Are the workstations connected to the server with Active Directory? If so, can your system administrator add the keys though a group policy? |
#10
| |||
| |||
|
|
On Oct 7, 1:31 pm, "paii, Ron" <n... (AT) no (DOT) com> wrote: "Cron" <cronok... (AT) hotmail (DOT) com> wrote in message news:2ff5114f-0802-4466-87ba-9868a77f0647 (AT) u65g2000hsc (DOT) googlegroups.com... How are you going to get a copy of the front-end onto those workstations? Can the same script be used to set the destination folder as trusted? Hi, thanks for the reply... The databse is installed on a shared network drive and can be accessed by all workstations simultaneously. Access should not be run this way. Each user should have a copy of the front-end linked to a shared copy of the back-end otherwise you will have corruption of the MDB. The Jet Back-end may need to be changed to SQL server if you have100's of simultaneous users. There'll be 30 users max at any one time. I've never had corruption problems in the past with similar setups, why would this be an issue? |
![]() |
| Thread Tools | |
| Display Modes | |
| |