ACC: When to Use Requery, Repaint, or Records RefreshLast reviewed: April 2, 1997Article ID: Q96104 |
The information in this article applies to:
SUMMARYNovice: Requires knowledge of the user interface on single-user computers. Although the Requery, Repaint, and Records Refresh items are different, you can use each of them to ensure that what you see on the screen is updated.
MORE INFORMATION
RequeryThe Requery macro action updates controls, such as list boxes and combo boxes. It works for the form on which those controls exist only if you don't include arguments.
RepaintRepaint is not related to data; it merely redraws the object or control. If there is data that has been updated in the underlying dynaset but is not reflected on the form, you cannot use Repaint.
Records RefreshRecords Refresh requeries the form itself, as opposed to any control on the form. |
Keywords : FmsRqry kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |