Run queries from VB

G

George Schneider

How would I run a make table query confirming all the yes dialog boxes using vb.
 
B

BP

docmd.setwarnings true 'Will let u see all the dialog box
DoCmd.OpenQuery RunQueryName, acViewNormal, acEdit
(RunQueryName is the name of the maketable query as
string)
 

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