Passing Parameters to an openrecordset

freemind

New member
Local time
Today, 19:53
Joined
Jan 25, 2005
Messages
7
Hello folks

I need to pass two paramaters to a query opening with the method Openrecordset of a Recordset object.

I don't know how. Is possible? Or exists other options?

Thank you in advance.

Regards!
Freemind.
 
qry.Parameters(0) =
qry.Parameters(1) =

Yes very posible
 
Thanks

My code is working fine now.

Thanks a lot!
freemind.
 

Users who are viewing this thread

Back
Top Bottom