Denileigh,
In response to your question, no I haven't resolved my issue yet. My problem is I am using a query that requires input by the user and my VBA code doesn't like the way I am trying to use it as a recordset. That is why I am getting the "not enough parameters" error. Instead of using the query directly, I changed the query to a create table query and I am using the table in my VBA code instead. I didn't get any compiler errors, but I am still debugging other issues so I can't say whether or not I will get the results I am looking for yet.