The information in this article applies to:
SYMPTOMS
Novice: Requires knowledge of the user interface on single-user computers.
CAUSEThe Buddy properties of the UpDown control are not supported by Microsoft Access 97. The Buddy properties contain specific functionality that is supported in Microsoft Visual Basic. In Microsoft Word 97, Microsoft Excel 97, and Microsoft PowerPoint 97, this functionality is also supported in an UpDown control on a UserForm that you have created in Visual Basic for Applications. RESOLUTIONDo not use any of the Buddy properties of the UpDown control in Microsoft Access 97. MORE INFORMATION
The Microsoft UpDown Control, version 5.0 is included with Microsoft
Office 97 Developer Edition as a replacement for the SpinButton Control
from earlier versions.
In Microsoft Visual Basic 5.0, when you place the UpDown control on a form, you can set the BuddyControl property to a text box that contains a numeric value. Then, without writing any code, you are able to run the form and click the UpDown control to increment or decrement the numeric value in the text box. This feature does not work in Microsoft Access 97. Steps to Reproduce Behavior
REFERENCESFor more information about using the UpDown control, search the Help Index for "UpDown control." Additional query words: Spinner OCX ActiveX OLE Control ADT Developer's Toolkit
Keywords : kberrmsg |
Last Reviewed: April 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |