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
 
Top