S
Sasha
I"m trying to create some querydefs in VBA...
i have the references set to include the dao library
Dim R1 as dao.recordset
Dim Qry as dao.querydef
qry.name = blah
qry.SQL = "sql string"
currentdb.querydefs.append(qry)
set r1 = qry.openrecordset
I have gotten an assortment of errors, from "not
supported" to "object not set"
pls help!
thanks,
Sasha
i have the references set to include the dao library
Dim R1 as dao.recordset
Dim Qry as dao.querydef
qry.name = blah
qry.SQL = "sql string"
currentdb.querydefs.append(qry)
set r1 = qry.openrecordset
I have gotten an assortment of errors, from "not
supported" to "object not set"
pls help!
thanks,
Sasha