Hi,
For some obscure reason I need to use ADO.
As I learned, I can execute a stored querydef with a parameter in ADO like this:
cmd.CommandText = "[InstrumentDeleteEmptyQuads]"
Set rst = cmd.Execute(, Array(CurrentInstrumentID), adCmdStoredProc)
So far, so good...
But when I have a SQL...