Limit Development Access

  • Thread starter Bob H via AccessMonster.com
  • 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?
 
T

TC

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
 

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