In the db that I have attached the files runs with the error when it executes strSQL. It seems to have a problem with the statement.
CurrentDb.Execute strSQL, dbFailOnError
It generates an error :
Error number 3061
Too few parameters.Expected 1
I have checked the syntax and I have found nothing. Of course, that does not mean it is correct.
I am just unsure as to what is causing the error. Is there a way to make the error checking more explicit?
Anyway, how do I fix this error?
Respectfully,
Lou Reed