Invoking wizards from code

ChampionDuy

Registered User.
Local time
Today, 15:01
Joined
Mar 14, 2002
Messages
94
I read on another webpage that you can start wizards from code. Does anyone know the code to do this? I looked on the other webpage an it was very confusing and the example I got from them did not work. I am trying to start the Query Wizard from code. Thanks
 
DoCmd.RunCommand acCmdNewObjectQuery

will start the new query dialog.
 
Thanks so mush that worked great.
 

Users who are viewing this thread

Back
Top Bottom