ACC2: How to Start MS Access Wizards with WLib_WizMain FunctionID: Q115121
|
Moderate: Requires basic macro, coding, and interoperability skills.
You can start Microsoft Access Wizards from controls. This article
describes how to start a wizard from a button on a form by calling the
WLib_WizMain() function.
The following steps demonstrate how to start a Wizard from a command
button on a form:
=WLib_wizmain("",0)
Table Wizard: ("",0)
Query Wizard: ("",1)
Form Wizard: ("",2)
Report Wizard: ("",3)
For an example of how to run Microsoft Access Wizards from Visual Basic in
Microsoft Access for Windows 95 version 7.0, please see the following
article here in the Microsoft Access Knowledge Base:
Q148506 ACC95: How to Run MS Access Wizards Using Visual Basic
Keywords : kbui UifOthr
Version : 2.0
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: April 3, 1999