Microsoft KB Archive/109350

From BetaArchive Wiki

PRA: "Cursor Stops at First/Last Field" Setting Ignored

Article ID: Q109350
Creation Date: 02-JAN-1994
Revision Date: 19-SEP-1996 The information in this article applies to:

  • Microsoft Access versions 1.0 and 1.1

SYMPTOMS


You can move the insertion point among records even though you have set the "Cursor Stops at First/Last Field" option in the Options dialog box to Yes.

RESOLUTION


To work around this problem, add the following two actions to an Autoexec macro for your database:

   Action: SendKeys
      Keystrokes: %ck%i{tab 2}Yes{Enter}
         Wait: No

   Action: DoMenuItem
      Menu Bar: Database
      Menu Name: View
      Command: Options

STATUS

Microsoft has confirmed this to be a problem in Microsoft Access versions 1.0 and 1.1. This problem no longer occurs in Microsoft Access version 2.0.

MORE INFORMATION


Steps to Reproduce Problem


  1. Open the sample database NWIND.MDB.
  2. Open the Categories table. Note that you can move among records with the RIGHT ARROW and LEFT ARROW keys.
  3. From the View menu, choose Options. In the Category box, select Keyboard.
  4. Set the "Cursor Stops at First/Last Field" option to Yes.
  5. Quit Microsoft Access and restart it.
  6. Open the Categories table. Notice you can still use the RIGHT ARROW and LEFT ARROW keys to move among records, even though now you should not be able to.

REFERENCES

For more information on keyboard options, search for "Options command" then "Options Command (View Menu)" using the Microsoft Access Help menu.



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

©1997 Microsoft Corporation. All rights reserved. Legal Notices.


Additional reference words: 1.00 1.10 ui
KBCategory: kbusage
KBSubcategory: GnlGlobl