SQL Procedures
am 13.09.2007 19:43:37 von DFS
Does any body have any VB (inside of Access) examples of creating SQL
produces inside a access form via vb and then executing those procedures and
returning the results to the screen?
Thank you in advance,
Mike
Re: SQL Procedures
am 13.09.2007 19:45:42 von David Portas
"Michael Kintner" wrote in message
news:13eitmadcg0p839@corp.supernews.com...
> Does any body have any VB (inside of Access) examples of creating SQL
> produces inside a access form via vb and then executing those procedures
> and returning the results to the screen?
>
> Thank you in advance,
> Mike
>
Why would you create a procedure from a form? How about using a
parameterised procedure instead?
Lookup the CREATE PROCEDURE statement in SQL Server Books Online.
--
David Portas