Ascentient
IS-IT--Management
- Nov 4, 2002
- 267
I have a created a recordsetclone of the data source of the form I am working on and it will not give me the .findfirst method.
The following is my code.
I have used this method before (Not exactly the same but close.) and have not had this problem. What do I have setup incorrectly?
Ascent
~The only way to learn is live
The following is my code.
Code:
Dim rs As Recordset
Set rs = Me.RecordsetClone
rs.FindFirst = "[Material] =" & """ & cboMaterialCode & """
I have used this method before (Not exactly the same but close.) and have not had this problem. What do I have setup incorrectly?
Ascent
~The only way to learn is live