The information in this article applies to:
Moderate: Requires basic macro, coding, and interoperability skills. This article applies to a Microsoft Access database (.mdb) and a Microsoft Access project (.adp). SUMMARYIn Help in the Visual Basic Editor, you see methods, properties, events, and statements that apply only to the UserForm object. However, even though it is possible to create and to use UserForms in the Visual Basic Editor, it is recommended that you not use them with Access. Instead, use Access forms. MORE INFORMATIONYou receive the following error message if you try to use a UserForm method, property, or statement on an object other than the UserForm (for example, a Microsoft Access form) in Visual Basic for Applications code:
Using the following methods, properties, or statements on objects other than UserForms will cause the error: NOTE: The Load statement and the Unload statement of UserForms are not to be confused with the Load event and the Unload event of Microsoft Access forms. The syntax contained in the Help topics for the Load and Unload statements do not work with Access forms.
REFERENCESFor more information about the UserForm object, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type "UserForm object" in the Office Assistant or the Answer Wizard, and then click Search to view the topic. Additional query words:
Keywords : kberrmsg kbprg kbdta |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |