When testing a Wizard loaded as a library, you will need to use the "DebugLibraries" option. DebugLibraries is a flag you set in the Microsoft Access initialization file (MSACC20.INI, found in the Windows directory). Setting the "DebugLibraries" option to True makes it possible to view, modify, and set breakpoints in global library modules. The syntax for setting this option is listed below. DebugLibraries is not added to the initialization file when it is created by setup; you need to add it to the [Options] section as follows:
[Options] SystemDB=C:\ACCESS\SYSTEM.MDA UtilityDB=C:\ACCESS\UTILITY.MDA DebugLibraries=True