Access 97 - Setting Startup

  • Thread starter Thread starter Jennifer
  • Start date Start date
J

Jennifer

Has anyone ever tried to program in vba code the startup.
I need to set two different startup functions based on the
user. I cannot find any code to show me how to disable the
Holding the shift key on startup. I have seen reference to
the "AllowBypassKey" and know i need to set this to false.
But where is it???

Any help is much appreciated.
Thanks
 
Unfortunately, when you make the shift key setting, you have to be ALREADY
in the system. So, you would have to set the shift key, and then
exit....

I have a simply example utility that when run pops up the file dialog and
lets your "browse" to any of your mdb/mde files, and set/un-set
the shift key setting.

Thus, give it a try, as it means you don't even have to put any code in
*your* application...

....you can find it here:

http://www.attcanada.net/~kallal.msn/msaccess/msaccess.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top