hey I am trying to set a recordset to a query in my database so I can use the .findfirst function. I keep getting a error saying that the item is not found in the collection.
Is this possible or do I have to use a table instead of a query for my recordset?
the code I am using is:
VB Code:
Dim rcQuery1 as Recordset Set rcQuery1 = Recordset("Query1")
I am getting stuck on the set statement.
Thanks for any help.




Reply With Quote