I have encountered a problem with an Access Database Project.
My problem concerns using the cmd.parameters.refresh command. I am trying to execute a stored procedure, passing parameters to it. My code is similar to the following:
Set cmd = New ADODB.Command
cmd.ActiveConnection = CurrentProject.Connection
cmd.CommandText =