T
Tor Inge Rislaa
Creating a stored procedure (query) in access
In SQL Server I would write something like the syntax below to create a
stored procedure. Is there a similar way to create a query in access, by
code?
CREATE PROCEDURE qryMyquery AS SELECT My_Id, MyDescription From MyTable
TIRislaa
In SQL Server I would write something like the syntax below to create a
stored procedure. Is there a similar way to create a query in access, by
code?
CREATE PROCEDURE qryMyquery AS SELECT My_Id, MyDescription From MyTable
TIRislaa