I have an UNBOUND combo box called cboSubjectID (text format) on a form that I am using to look up existing record. Under AfterUpdate event, I wrote following code to try to do this but does not work.
Private Sub cboSubjectID_AfterUpdate()
Dim rs As Object
Set rs = Me.Recordset.Clone...