I have a query which uses a formfields as it's parameter. I can use code to open this query docmd.openquery however, when I try to set it as a dao recordset, I get "Too Few Parameters expected Expected 2."
I am using txtfromdate and txttodate from a form and the query runs great even in code. But DAO doensn't like it. Any Suggestions? Am I hitting a limitation?
I am using txtfromdate and txttodate from a form and the query runs great even in code. But DAO doensn't like it. Any Suggestions? Am I hitting a limitation?