CCIDBMNG
Registered User.
- Local time
- Yesterday, 18:08
- Joined
- Jan 25, 2002
- Messages
- 154
I have a form which has a text box prompting for a date. I use that date as criteria in a query. That works fine. But when I try and reference the query using DAO -
Set rsReportq1 = CurrentDb.OpenRecordset("Orders Reportq1")
it gives me the too few parameters error. Does anyone have any idea why. If I put a date in the criteria instead of referencing the text box that works fine.
Thanks in advance
Set rsReportq1 = CurrentDb.OpenRecordset("Orders Reportq1")
it gives me the too few parameters error. Does anyone have any idea why. If I put a date in the criteria instead of referencing the text box that works fine.
Thanks in advance