I want to be able to have queries defined in a table and executed by users as recordsources for reports.
I want them to be Pass-Through for speed, however I can't make SelQ_Mailing a Pass-Through and then try and pass criteria to it with DoCmd.RunSQL.
So I would like to know how I can build the query in VBA and set it to Pass-Throughand then run the query.
Thanks. Sean.
I want them to be Pass-Through for speed, however I can't make SelQ_Mailing a Pass-Through and then try and pass criteria to it with DoCmd.RunSQL.
So I would like to know how I can build the query in VBA and set it to Pass-Throughand then run the query.
Thanks. Sean.