I have a recordSet from a form.
Dim rst As DAO.recordSet
Set rst = Me.recordSet
When I type rst dot and look at the pop up list of methods, I don't see any indication of the ability to query this recordset.
Am I just missing it?
If there's no way to query a recordSet, are there any suggestions for using alternate procedures?
Thanks everyone.
PB
Dim rst As DAO.recordSet
Set rst = Me.recordSet
When I type rst dot and look at the pop up list of methods, I don't see any indication of the ability to query this recordset.
Am I just missing it?
If there's no way to query a recordSet, are there any suggestions for using alternate procedures?
Thanks everyone.
PB