• Hi,

    I don't know if I explained myself correctly then.

    I want to write the stored procedure in SQL Server 2005 Express, and I want to call it from Access.

    I would like to pass the SQLString (Insert or Update statement) to the Stored Procedure in SQL Server and then execute that string.

    Can anyone help me with the code:

    1. In Access to call the stored procedure.

    2. In SQL Server to execute the SQL String that I pass into it.

    Thanks