Link to home
Start Free TrialLog in
Avatar of thenelson
thenelson

asked on

Programmatically hold shift key while starting Access.

Anyone know of a way to simulate a shift key press while starting Access? Via a batch file or scripting, etc? I tried the old keyfake.exe but it does not handle the shift key.

I use a tablet PC so holding down the shift key is inconvenient (open input panel, change to keyboard, click shift, click on database shortcut, wait for database to open, click shift, close input panel).


Thanks

Nelson
www.thenelson.name
Avatar of rejoinder
rejoinder
Flag of Canada image

Would a work around such as this be of help?

http://www.tek-tips.com/faqs.cfm?fid=1429

Avatar of thenelson
thenelson

ASKER

Nope, that disables the shift bypass (makes the shift key not work). You can take a look at http://www.thenelson.name Shift Bypass Functions for more info.

But thanks.

Nelson
www.thenelson.name
ASKER CERTIFIED SOLUTION
Avatar of Bill Bach
Bill Bach
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I found AutoHotkey  (http://www.autohotkey.com/) that allowed me to compile a script to do that. I have attached the script here.
ShiftOpenAccess.zip