Invoking wizards from code (1 Viewer)

ChampionDuy

Registered User.
Local time
Today, 21:52
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
 

scottfarcus

Registered User.
Local time
Today, 21:52
Joined
Oct 15, 2001
Messages
182
DoCmd.RunCommand acCmdNewObjectQuery

will start the new query dialog.
 

ChampionDuy

Registered User.
Local time
Today, 21:52
Joined
Mar 14, 2002
Messages
94
Thanks so mush that worked great.
 

Users who are viewing this thread

Top Bottom