M
max
I would like to create a parameter query purely in code.
(as opposed to refering to an already created param qry
object like below
"Set QDef = db.QueryDefs("MyQuery")
The parameters should be passed to the query through a
function in a txtbox of a report.
How do I go about this?
(as opposed to refering to an already created param qry
object like below
"Set QDef = db.QueryDefs("MyQuery")
The parameters should be passed to the query through a
function in a txtbox of a report.
How do I go about this?