I've never actually done it, but I know it is possible. To active many queries, I suggest you do some VBA code. Something like:
DoCmd.OpenQuery "qryMyQuery", acViewNormal
I'm not 100% sure how to give it parameters, but you're a smart person, you'll figure it out. The code you'll need to call...