D
David
Hello,
The rst.Open command in the following code generates the error:
"Run-time error ‘-2147217904’
Too few parameters. Expected 11."
Dim cnn As New ADODB.Connection, rst As New ADODB.Recordset Dim strSQL As
String
strSQL = "Select * from qryUOFQueryUnique"
Set cnn = CurrentProject.Connection
rst.Open strSQL, cnn, adOpenKeyset, adLockOptimistic, adCmdTableDirect
Any ideas?
The rst.Open command in the following code generates the error:
"Run-time error ‘-2147217904’
Too few parameters. Expected 11."
Dim cnn As New ADODB.Connection, rst As New ADODB.Recordset Dim strSQL As
String
strSQL = "Select * from qryUOFQueryUnique"
Set cnn = CurrentProject.Connection
rst.Open strSQL, cnn, adOpenKeyset, adLockOptimistic, adCmdTableDirect
Any ideas?