Debugging Problems

J

Jim Gaudet, MCSE

I am trying to step though some code inside MS Access 2002. When I start
stepping through and the code calls a Stored Procedure VBA will not step
through the code. But, if I am in SQL and step through that way it will open
the SP and step through it.

Does anyone know how I can get VBA to step through SQL Stored Procedures.

Thanks in advance,

Jim
 
V

Van T. Dinh

I don't think you can since the Stored Procedure is executed by SQL Server,
NOT Access VBA.

HTH
Van T. Dinh
MVP (Access)
 

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