Re: Converting A2K to Access 03
- From: "Reggie" <rsmith@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: 11 Jun 2006 21:11:37 -0700
Rick, I'm in the same boat as far as the user not being able to change
the settings. This sounds like a handy work-around. I'll give it a
shot. Thanks much for your time.
Rick Wannall wrote:
In our environment users don't have the abilty to change macro settings or
install things themselves. To get past the prompts you're talking about we
experimented with Certificates, but we could not get them set up properly.
I'm still convinced that certificates are a better answer than this, but to
get around the problem until we can revisit certificates, I use this
vbscript file to open our app:
dim o
set o=createobject ("Access.Application")
o.automationsecurity=1 'set macro security LOW.
o.opencurrentdatabase "\\ourfileserver\files\myappdirectory\myapp.mde"
o.usercontrol=true
set o=nothing
A shortcut on the user's desktop points to the script.
We still have an occasional problem related to some Windows update that does
not accomplish its full mission unless the user can log on to his
workstation as an Admin. The symptom that we get an error message when the
user trys to run the app via the vbscript:
Microsoft Access can't open database because it is missing, or opened
exclusively by another User.
The app is neither missing nor opened exclusively. The cure is to have the
user log out of the workstation, make the user an Admin on his or her own
workstation, have the user log back in. Try once to open the app and get
the same failure again. Try a second time to open the app, this time
successfully. Have the user log out of the workstation. Make the user NOT
an admin on the workstation, and then carry on as usual from then on. If I
remember correctly, the process fixes the problem even for other users,
meaning that if any user goes through the recovery steps I described, then
all users will find that they can open the app from that workstation.
I don't think IT ever found out what part of these updates is not "running
to completion" ( my opinion of the situation) and causing this.
.
- References:
- Converting A2K to Access 03
- From: Reggie
- Re: Converting A2K to Access 03
- From: '69 Camaro
- Re: Converting A2K to Access 03
- From: Reggie
- Re: Converting A2K to Access 03
- From: '69 Camaro
- Re: Converting A2K to Access 03
- From: David W. Fenton
- Re: Converting A2K to Access 03
- From: Rick Wannall
- Converting A2K to Access 03
- Prev by Date: Re: Going loopy
- Next by Date: Re: Import files into table
- Previous by thread: Re: Converting A2K to Access 03
- Next by thread: Re: Converting A2K to Access 03
- Index(es):
Relevant Pages
|