Multiple queries within a query

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

Guest

Is if possible to have 2 or more sql statements with an access query? ie have
the first sql statement perform an update and them have another sql statement
perform a select.

Thanks
 
Is if possible to have 2 or more sql statements with an access query? ie have
the first sql statement perform an update and them have another sql statement
perform a select.

Thanks

No, it's not.

You can execute multiple queries from a Macro or from VBA code.

John W. Vinson[MVP]
 
I didn't thinks so. Thanks

John Vinson said:
No, it's not.

You can execute multiple queries from a Macro or from VBA code.

John W. Vinson[MVP]
 

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

Back
Top