Alt + Enter

  • Thread starter Thread starter Julie
  • Start date Start date
J

Julie

Is there anyway to turn off the Alt + Enter command that brings up the
control source box. I have a form that to enter a new record you can use
Alt+A. sometimes when typing fast knowing you have to hit enter after Alt+A
to get to the right field, it brings up the control form and we are
accidentally entering info into that. I'm worried someone is going to be
doing that and save it by accident.

Any suggestions?
 
The form itself has some properties that might help.

If you are using Access 2003 or earlier, setting the Allow Design Changes
property of the form to No. This should limit the Properties box so it shows
only in design view.

If you are actually trying to block the Control Box (left end of the form's
title bar), set its Control Box property to No.
 
Back
Top