callipygous
Technical User
Hi there,
Im doing some stuff using Access 2000 and DAO, using access modules and VBA code under forms etc..
I have a parameter query that takes its text parameter from a combo box. I want to loop through the recordset of this query but don't know how to open it.
Before, i've used
Set rst = db.OpenRecordset("param_qry", dbOpenDynaset)
rst = recordset
db = my database etc
in a public Sub
any help would be greatly appreciated.
Callipygous
Im doing some stuff using Access 2000 and DAO, using access modules and VBA code under forms etc..
I have a parameter query that takes its text parameter from a combo box. I want to loop through the recordset of this query but don't know how to open it.
Before, i've used
Set rst = db.OpenRecordset("param_qry", dbOpenDynaset)
rst = recordset
db = my database etc
in a public Sub
any help would be greatly appreciated.
Callipygous