This seems like it should be so simple, yet I have not found a solution anywhere. Using VBA, I want to pass 2 parameters to a stored select query and open a datasheet. Using VBA, I can pass parameters to stored action queries, or to sql created in code, or if they are select queries that create recordsets. What I can't figure out is how to pass them to a stored query and open a datasheet. I suppose I could create a continuous form and set its record source to a recordset, but presenting the records in datasheet format is all the user needs. It should be so simple to do. What am I missing?
Thanks.