Tronsliver
Technical User
I'm using a class module attached to a specific form. My intent is to build a number of functions to search a query for information. How can I declare the recordset so its scope is visable to all functions?
Dim rst As Recordset
Set rst = CurrentDb().OpenRecordset("qryAuth/Ass", dbOpenDynaset)
Thanks
Dim rst As Recordset
Set rst = CurrentDb().OpenRecordset("qryAuth/Ass", dbOpenDynaset)
Thanks