G
Guest
Can someone tell me why this is not working. I swear I used to do something
just like this.
Set rstTemp = CurrentDb.OpenRecordset("qrySolictorReports")
MsgBox "There are " & rstTemp.RecordCount & " records."
I keep getting runtime error 3061
Too few parameters. Expecting 2
Any suggestions?
TIA
Paul Hammond
Richmond, VA
just like this.
Set rstTemp = CurrentDb.OpenRecordset("qrySolictorReports")
MsgBox "There are " & rstTemp.RecordCount & " records."
I keep getting runtime error 3061
Too few parameters. Expecting 2
Any suggestions?
TIA
Paul Hammond
Richmond, VA