Sub Combo25_AfterUpdate()
' Find the record that matches the control.
Me.RecordsetClone.FindFirst "[ACCT] = " & Me![Combo25]
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
This is my code. It was working until I moved on to a different section of my form. Now it gives an error when I run the combo box.