Hi
I am trying to open the recordset:
Set dbs = CurrentDb
Set rst = dbs.OpenRecordset("bill1"
And get an error "TOO FEW PARAMETERS"
"bill1" is a query where I prompt a user to enter the criteria.
What could solve the problem?
THanks
I am trying to open the recordset:
Set dbs = CurrentDb
Set rst = dbs.OpenRecordset("bill1"
And get an error "TOO FEW PARAMETERS"
"bill1" is a query where I prompt a user to enter the criteria.
What could solve the problem?
THanks