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]
 
Back
Top