Run queries from VB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How would I run a make table query confirming all the yes dialog boxes using vb.
 
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

Similar Threads

Access Dcount (multiple criteria) 3
I need to run these queries in vb as the "On Open" event for form 6
joining VB codes 0
Queries 1
hide dialog box 1
Help running VB Code 1
Create a global search box 2
Help With Syntax 2

Back
Top