Ok.. I'm looking at anothers code. It's a recordset. He mentioned he was receiving the 3021 error. Anyone help with this? Here is the code:
Private Sub FilesList_Click()
' Find the record that matches the control.
Me.RecordsetClone.FindFirst "[FileID] = '" & Me![FilesList] & "'"
Me.Bookmark = Me.RecordsetClone.Bookmark
Form.Refresh
End Sub
On the "me.bookmark" is the value <no current record>
Thoughts?
Private Sub FilesList_Click()
' Find the record that matches the control.
Me.RecordsetClone.FindFirst "[FileID] = '" & Me![FilesList] & "'"
Me.Bookmark = Me.RecordsetClone.Bookmark
Form.Refresh
End Sub
On the "me.bookmark" is the value <no current record>
Thoughts?