Debugging Problems

  • Thread starter Thread starter Jim Gaudet, MCSE
  • Start date Start date
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
 
I don't think you can since the Stored Procedure is executed by SQL Server,
NOT Access VBA.

HTH
Van T. Dinh
MVP (Access)
 
Back
Top