why does the code below not update
Sub Combo16_AfterUpdate()
‘ Find the record that matches the control.
Debug says syntax error(missing operator) Me.RecordsetClone.FindFirst “[DESNO] = ‘” & Me![Combo16] & “‘”
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub