I am getting an error "Method or data member not found" with the code highlighting on [List2]. List2 exists, ID1 is the bound column value?
I cannot see anything missing in references, the same code works in another db. Any ideas, thanks
Private Sub List2_Click()
Dim RS As Recordset
Set RS = Me.RecordsetClone
RS.FindFirst "[ID1] = " & Me![List2]
Me.Bookmark = RS.Bookmark
I cannot see anything missing in references, the same code works in another db. Any ideas, thanks
Private Sub List2_Click()
Dim RS As Recordset
Set RS = Me.RecordsetClone
RS.FindFirst "[ID1] = " & Me![List2]
Me.Bookmark = RS.Bookmark