ACC: How to Control When Scroll Bars Are Displayed in a SubformLast reviewed: February 20, 1998Article ID: Q181232 |
The information in this article applies to:
SUMMARYModerate: Requires basic macro, coding, and interoperability skills. You may want to display scroll bars on a subform only as needed. The following function turns the scroll bars on or off according to a preset number. The scroll bars do not appear unless the number of records in the subform is greater than the preset number.
MORE INFORMATIONThe following example demonstrates how to use an event procedure in the OnCurrent property of the subform to display or hide the scroll bars.
REFERENCESFor more information, search the Help Index for "ScrollBars property."
|
Additional query words: inf scrollbar visible hide
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |