ACC: GoToControl to Control with Focus in AfterUpdate IgnoredID: Q90806
|
Moderate: Requires basic macro, coding, and interoperability skills.
When a control has the focus and the GoToControl action is carried out
with the same control name that has the focus, the focus will move to the
next control in the tab order. The focus will not stay on the control that
currently has the focus, as you would expect.
To prevent the focus from leaving the field, you can use an OnExit macro that performs the CancelEvent action. Or, if you want to prevent the field from being saved (and also prevent the focus from leaving the control), you can use a validation rule or a BeforeUpdate macro.
This behavior is by design.
Macro Name Condition Action
------------------------------------------
Test1 ([City]="aaaa") GoToControl
Test1 Actions
-------------
GoToControl
Control Name: [City]
For more information about GoToControl, search the Help Index for "GoToControl action," or ask the Microsoft Access 97 Office Assistant.
Keywords : kbusage McrActn
Version : 1.0 1.10 2.0 7.0 97
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: March 11, 1999