Stoping shift enter in a runtime app!

  • Thread starter Thread starter Seth
  • Start date Start date
S

Seth

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 enter key option,
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
 
Just in case, you should leave yourself a "back door" into the database, or
keep a copy without the Shift disabled.

As far as I know, you can put the code most anywhere where you're sure it
wil be executed... it is a Database property and, once set, should stay set.

Larry Linson
Microsoft Access MVP
 
Hi,

You only need to run the code once to set the property,
and can run it from an external database to reset the
property if necessary.

Lance
 
Back
Top