Crookshanks
Technical User
Good afternoon,
I have created a query with a parameter to filter te results and reduce the number of records it returns.
set qrTxn = db.openrecordset("qry_Transactions") now gives a error of "Two few parameters. Expected 1"
Q: What is the correct syntax (method?) to supply the requested parameter. De parameter is a txtbox on a form ( Forms![TransactionDeletion]![txtFilter].
Any help appreciated. Thanks in advance.
I have created a query with a parameter to filter te results and reduce the number of records it returns.
set qrTxn = db.openrecordset("qry_Transactions") now gives a error of "Two few parameters. Expected 1"
Q: What is the correct syntax (method?) to supply the requested parameter. De parameter is a txtbox on a form ( Forms![TransactionDeletion]![txtFilter].
Any help appreciated. Thanks in advance.