Limit Development Access

  • Thread starter Thread starter Bob H via AccessMonster.com
  • Start date Start date
B

Bob H via AccessMonster.com

I have read and tried several of the suggestions to cancel the effects of
<Shift><Enter> but so far nothing seems to work. The <Shift><Enter> allows
access to a application prior to opening. How can I say ignore
<Shift><Enter> and open the application in data entry mode only?
 
If you set the AllowBypassKeys database property to False, shift-enter
will be ignored. There are lots of examples of that, on the web. Since
you haven't posted any code, it's impossible to say why it isn't
working for you.

If you want your "application" (do you mean, your "main form"?) to
start in data entry mode, you just set that form as the startup form
(via Tools : Startup, or whatever it is), and set the DataEntry
property of that form to True.

HTH,
TC
 
Back
Top