D
Dave
What is the best way to launch a Stored Procedure in a module to
determine its Execution Result? The way that I've been doing it is by
Docmd.RunSQL("Exec SP_Name"). I'm not sure if it executes
successfully though.
Thank you
determine its Execution Result? The way that I've been doing it is by
Docmd.RunSQL("Exec SP_Name"). I'm not sure if it executes
successfully though.
Thank you