G
Guest
I reference the proper DAO Library.
I included Dim rs as DAO.RecorSet.
I created the SQL in native Access.
The Query works in native Access.
The command lines are:
selector = SELECT Vendor.V_Name FROM Vendor WHERE (((Vendor.[V_ ID])=39));
Set rs = CurrentDb.OpenRecordset(selector)
I am still receiving a 3061 error. What am I doing wrong? If nothing is
wrong with the code, how do I fix this?
Thanks in advance.
I included Dim rs as DAO.RecorSet.
I created the SQL in native Access.
The Query works in native Access.
The command lines are:
selector = SELECT Vendor.V_Name FROM Vendor WHERE (((Vendor.[V_ ID])=39));
Set rs = CurrentDb.OpenRecordset(selector)
I am still receiving a 3061 error. What am I doing wrong? If nothing is
wrong with the code, how do I fix this?
Thanks in advance.