Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Administration > "MS Access With Vista

Reply
Thread Tools Display Modes

"MS Access With Vista

 
 
Ross
Guest
Posts: n/a

 
      05-24-2007

I am an Access Developer who uses personal custom code to automate the
production of VBA Code (in MS Access 2003). This code works beautifully with
XP. It doesn't work with VISTA.

This will slow my coding speed by 500% and cost me many hundreds of
keystrokes a day. I may have to return to XP for this reason alone.

I am using an Access Hotkey to run VBA Code written to produce SQL strings
automatically using the "SENDKEYS" command to type out the redundant string
characters. The code locks on the SENDKEYS line with the following Error
Message:

Runtime Error '70':

Permission Denied

My Account type in VISTA is Administrator. How do I get past this error.
I am 98% sure that ACCESS is not doing this because the same code has run for
years in XP.

This is really a big deal for me and I have spent many hours trying to
resolve it.

Thank you in advance for some advice or a solution.

Sincerely,

Ross










 
Reply With Quote
 
 
 
 
retroman
Guest
Posts: n/a

 
      05-24-2007
On Wed, 23 May 2007 20:17:00 -0700, Ross
<> wrote:

>
>I am an Access Developer who uses personal custom code to automate the
>production of VBA Code (in MS Access 2003). This code works beautifully with
>XP. It doesn't work with VISTA.
>
>This will slow my coding speed by 500% and cost me many hundreds of
>keystrokes a day. I may have to return to XP for this reason alone.
>
>I am using an Access Hotkey to run VBA Code written to produce SQL strings
>automatically using the "SENDKEYS" command to type out the redundant string
>characters. The code locks on the SENDKEYS line with the following Error
>Message:
>
>Runtime Error '70':
>
>Permission Denied
>
>My Account type in VISTA is Administrator. How do I get past this error.
>I am 98% sure that ACCESS is not doing this because the same code has run for
>years in XP.
>
>This is really a big deal for me and I have spent many hours trying to
>resolve it.
>
>Thank you in advance for some advice or a solution.


Hello Ross,

Apparently, MS decided that Sendkeys is a security risk. Google on
"Sendkeys Vista" to see some of the many discussions on this subject.
For example:

http://forums.microsoft.com/msdn/sho...&tf=0&pageid=1


Try turning off UAC for starters (User Accounts screen in Control
Panel). However, this cripples most of the new security features and
may affect how other applications run, so it's not a permanent
solution.

The VB and Access forums are the places to look for other solutions,
but my impression is that no one fix works for everyone without side
effects and/or recoding.

Doug M. in NJ
 
Reply With Quote
 
Ross
Guest
Posts: n/a

 
      05-24-2007
I tried the Access Forum and noone seems to want to talk about VISTA until it
"Hits Home".

UAC Off Works!

I shall heed you warning but feel like I would sell my soul to save those
keystrokes.

Many Thanks




"retroman" wrote:

> On Wed, 23 May 2007 20:17:00 -0700, Ross
> <> wrote:
>
> >
> >I am an Access Developer who uses personal custom code to automate the
> >production of VBA Code (in MS Access 2003). This code works beautifully with
> >XP. It doesn't work with VISTA.
> >
> >This will slow my coding speed by 500% and cost me many hundreds of
> >keystrokes a day. I may have to return to XP for this reason alone.
> >
> >I am using an Access Hotkey to run VBA Code written to produce SQL strings
> >automatically using the "SENDKEYS" command to type out the redundant string
> >characters. The code locks on the SENDKEYS line with the following Error
> >Message:
> >
> >Runtime Error '70':
> >
> >Permission Denied
> >
> >My Account type in VISTA is Administrator. How do I get past this error.
> >I am 98% sure that ACCESS is not doing this because the same code has run for
> >years in XP.
> >
> >This is really a big deal for me and I have spent many hours trying to
> >resolve it.
> >
> >Thank you in advance for some advice or a solution.

>
> Hello Ross,
>
> Apparently, MS decided that Sendkeys is a security risk. Google on
> "Sendkeys Vista" to see some of the many discussions on this subject.
> For example:
>
> http://forums.microsoft.com/msdn/sho...&tf=0&pageid=1
>
>
> Try turning off UAC for starters (User Accounts screen in Control
> Panel). However, this cripples most of the new security features and
> may affect how other applications run, so it's not a permanent
> solution.
>
> The VB and Access forums are the places to look for other solutions,
> but my impression is that no one fix works for everyone without side
> effects and/or recoding.
>
> Doug M. in NJ
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to config "local machine"-->"personal" access right? tdh Windows Vista General Discussion 0 04-29-2008 09:29 AM
What to do to access "Local Settings" and "Application Data"? Michael Moser Windows Vista Administration 1 12-02-2007 07:31 PM
Vista Offline Files "Access Deined" Problem Stephen Becker Windows Vista Networking 3 08-17-2007 01:06 AM
Vista not associating with "B" mode wireless access points???? Steve in Abbotsford Windows Vista General Discussion 3 03-28-2007 10:26 PM
Vista "Access Is Denied" Trying to Access Network Share justin.richert@gmail.com Windows Vista Networking 2 03-26-2007 12:18 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59