Open the query design grid using code

F

Fred Boer

Hello:

I want to open a blank query design grid using code. I have learned that I
could use the following:

DoCmd.RunCommand acCmdNewObjectQuery

However, that opens up a menu to select a type of query. I'd like to bypass
this and just go directly to the query design grid. Is there any way to do
that? Am I missing something simple?

Thanks!
Fred Boer
 
F

Fred Boer

Actually, never mind. I've decided I actually *do* like the way it works.

Fred
 
Top