Microsoft KB Archive/100462

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 16:01, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 100462

Article Last Modified on 1/18/2007



APPLIES TO

  • Microsoft Access 1.0 Standard Edition
  • Microsoft Access 1.1 Standard Edition
  • Microsoft Access 2.0 Standard Edition
  • Microsoft Access 95 Standard Edition
  • Microsoft Access 97 Standard Edition



This article was previously published under Q100462

Novice: Requires knowledge of the user interface on single-user computers.


SYMPTOMS

You will not be able to use the CTRL+SHIFT+HOME key combination to move from a subform to the first record on the main form if you have moved to any control on the subform with a mouse click.

CAUSE

When you select a control on a subform with a mouse click, you change Microsoft Access to edit mode. Edit mode has a different keyboard definition than when you are navigating records. Note that using the TAB key to move to a control on a subform does not change Microsoft Access to edit mode.

RESOLUTION

Click the record selector button in the subform to move to the next record. This will cause Microsoft Access to switch out of edit mode, and you will be able to use the CTRL+SHIFT+HOME key combination to move to the first field on the main form.

MORE INFORMATION

Steps to Reproduce Behavior


  1. Open the sample database Northwind.mdb (or NWIND.MDB in versions 1.x and 2.0.)
  2. Open the Categories form in Form view. Note that the CategoryID field (or Category ID field in versions 1.x and 2.0) is selected.
  3. Press the TAB key four times to select the ProductID field(or Product ID field in version 1.x and 2.0) in the subform.
  4. Press CTRL+SHIFT+HOME to return to the first field on the main form, the CategoryID field.
  5. Using the mouse, click the ProductID field on the subform.
  6. Press the CTRL+SHIFT+HOME keys. Note that the CategoryID field on the main form was not selected.
  7. Use the record selector to select one of the records in the subform.
  8. Press CTRL+SHIFT+HOME. Note that you return to the first field on the main form.



Additional query words: mainform

Keywords: kbprb KB100462