Access 2002 Developer

S

Seth

Hi everyone,

I am trying to build a stand-alone runtime package for my
Access application with Microsoft Office Developer 2002.

my problem:

I have the code to disable the shift key, but I don't
know where to put it?

(I have tried via tools start up option, but it does not
work quite the way I want it to.)

Or is their a reference to this problem somewhere?

Thank you
Seth

please release the trade secrets ...
 
B

Bill James

I assume you mean that you set the AllowBypassKey
property to false and add it to the properties collection
of your database. (??)

If that is the case, you only need to run it once and
save the database. The next time you open the database,
the shift key is disabled.

The actual code can reside in a code module, then you can
create a macro that runs your function to enable or
disable.
 

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

Top