Run-time error 91 when executing Stored Procedure in SQL 2012 from MSAccess 2013

  • Using: Set cmd = cmd.Execute there does not make sense as cmd is declared but not instanciated yet. Use:

    Set cmd = New ADODB.Command

    instead.

Viewing post 1 (of 2 total)

You must be logged in to reply to this topic. Login to reply