how to combine two queries in access stored procedure

M

Michel Walsh

A Jet defined Stored Procedure is related to what you may also know as a
'parameter query' ( a query with a parameter ). You cannot get multiple SQL
statements in one Jet-defined stored proc. Use a VBA subroutine for doing
that, if you are using Access.


Vanderghast, Access 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

Top