I have created a stored procedure "UpdateValues" to update 2 columns in a record which matches a specific ID
The stored procedure executes fine in sql manager.
I am trying to execute the stored procedure within access VBA by providing the ID initially and the 2 other parameters which the...