querydefs

S

seeker53

I am using db.querydefs within dao. Is it possible to have more than one
querydef open at the same time? I have named two querydefs qdf and qdf2 and
assigned them to rs and rs1 recordsets. When I want to access rs1(2) it
shows me what is in rs(2) instead. The querydefs are two totally separate
queries in the database.

Thanks.
 
D

David Lloyd

Yes, it is possible to have multiple querydefs open at the same time. Maybe
if you post the code it would be easier to determine what is happening.

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


I am using db.querydefs within dao. Is it possible to have more than one
querydef open at the same time? I have named two querydefs qdf and qdf2 and
assigned them to rs and rs1 recordsets. When I want to access rs1(2) it
shows me what is in rs(2) instead. The querydefs are two totally separate
queries in the database.

Thanks.
 
Top