R
Robert
I have an Access 2007 ADP database using SQL Server 2008 Express and I need
to run several queries in succession. I am using code such as
Docmd.RunSQL "Exec sproc1 @p1, @p2 etc....
Docmd.RunSQL "Exec sproc2 @p1, @p2 etc....
I need to have some way to test if the first one has finished before the
second one starts. How can I do this?
to run several queries in succession. I am using code such as
Docmd.RunSQL "Exec sproc1 @p1, @p2 etc....
Docmd.RunSQL "Exec sproc2 @p1, @p2 etc....
I need to have some way to test if the first one has finished before the
second one starts. How can I do this?