ACC1x: Control Still Appears on Page After GotoPage Action |
Q104825
After the GotoPage macro action runs and a new page is displayed, the contents of the last control on the source page still appear on the new page.
The GotoPage macro action was run from a macro that is attached to the AfterUpdate property of a control.
Do not include a GotoPage macro action in a macro attached to the AfterUpdate property of a control. Instead, use the GotoPage action in a macro attached to the control's OnExit property.
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.
GotoPage
PageNumber: 2
RowSourceType: Value list
RowSource: 1;2;3;4
AfterUpdate: GotoPage2 Additional query words: gotocontrol ghost
Keywords : kbprg
Issue type : kbbug
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |