I need to be able to call a SQL Server stored procedure and have it execute and return control back to the Access program before the SP completes. I am using ADO to do the call to the SP. How can I get Access to continue on with it's code execution and not wait on the stored procedure to complete?