Are Compound Queries and Subqueries allowed in Access?

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

Guest

Are Compound Queries and Subqueries allowed in Access? If not then how do you
get around it?
 
Are Compound Queries and Subqueries allowed in Access? If not then how do you
get around it?

Subqueries yes; compound queries (if you mean several queries
separated by semicolons), no. You can run multiple Action queries from
a macro or (better) using the Execute method of a Querydef object from
VBA code.

John W. Vinson[MVP]
 
Back
Top