Here is my code for everything.
When I enter in a numeric or alphanumeric value for Combo89 I get Run-Time Error '3077'
I now have:
Private Sub Combo89_AfterUpdate()
' Find the record that matches the control.
Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst...
Thank you for the quick reply.
I updated my code, and when I try to type an alphanumeric value in my field in access I now get the error Run-Time error '13': Type Mismatch
I have been basically teaching myself for vb, so I apologize for any 'noob' questions.
Issue with Type MisMatch
Hi,
I am trying to run the below query to allow for an alphanumeric string, but I keep getting run-time errors or type mismatches. Either 13 is I type in an alphanumeric character, or I get 3464 if I type in only a numeric string.
Any thoughts with what I am doing...