VBA to create new query

K

Katrina

Does anyone know if there is a way to make the "design new
query" wizard start through VBA?

I want to use this in response to pushing a button

Thanks for your help,

Katrina
 
R

Rick Brandt

Katrina said:
Does anyone know if there is a way to make the "design new
query" wizard start through VBA?

I want to use this in response to pushing a button

DoCmd.RunCommand acCmdNewObjectQuery
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top