I placed the following code into my Combo box. Combo is intended to find a siingle recordset. The code is placed in the After Update of Properties. On update, I get the error:Access cannot find the object 'Me'. What do I need to fix this?
Code:
Me.RecordsetClone.Findfirst "[Quest] = " & Me![Combo21]
Me.Bookmark = Me.RecordSetClone.Bookmark
Code:
Me.RecordsetClone.Findfirst "[Quest] = " & Me![Combo21]
Me.Bookmark = Me.RecordSetClone.Bookmark