Multiple queries within a query

C

Coss

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
 
J

John Vinson

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