How do I pass in Params to a regular Recordset query??
the query that the data is pulling from is like this:
PARAMETERS c_CILLI Text ( 255 );
SELECT Fields.... etc
there are about 10 more queries after this that finally feed a union query that I am pulling off of....
So.. my query is
"SELECT * INTO tbl_temp_data FROM quniTABLE"
now.. it wants the param...? how do I pass it in?




Reply With Quote