I am creating a recordset using the set command below in an ON format in a report:
Set rst = mydb.OpenRecordset(“combined gen med by Dept”)
In the Combined gen med by dept query, I have a parameter requesting the date. I only want to extract certain information. I am prompt and I enter in the date and then I get an error message stating too few parameters.
Any suggestions???
Thanks,
Deborah