santastefano
Programmer
I get an error message against line "Set rsInvoiceCopy" etc.
"Too few parameters. Expected 1" with this code.
I am having trouble understanding because I use the same code in about 15 other areas.
The query delivers the correct information when run in isolation.
Any suggestions - please
"Too few parameters. Expected 1" with this code.
Code:
Dim rsInvoiceCopy As DAO.Recordset
Set DB = CurrentDb
Set rsInvoiceCopy = DB.OpenRecordset("qryCopyInvoice", dbopendynaset)
rs.Open "InvoiceCopy"
The query delivers the correct information when run in isolation.
Any suggestions - please