R
Rita
I have a statement:
Set rst = dbs.OpenRecordset(sql)
Where sql is a string with an SQL statement. It used to
work - but now all of a sudden it fails with the error Run-
time error 3061 "Too few parameters. Expected 1."
What has happened?
The SQL statement is working correctly in a query.
Set rst = dbs.OpenRecordset(sql)
Where sql is a string with an SQL statement. It used to
work - but now all of a sudden it fails with the error Run-
time error 3061 "Too few parameters. Expected 1."
What has happened?
The SQL statement is working correctly in a query.