S
Simon
I have the flowwong code what works
Private Sub FirstNameSearch_Change()
Me.Requery
Me!FirstNameSearch.SetFocus
Me!FirstNameSearch.SelStart = Len(Me!FirstNameSearch)
End Sub
but if i delete what i tupe in FirstNameSearch Box i get the following
error
Run time error 13
Type Missmatch
END DEBUG
Is there a way how to stop this error
Private Sub FirstNameSearch_Change()
Me.Requery
Me!FirstNameSearch.SetFocus
Me!FirstNameSearch.SelStart = Len(Me!FirstNameSearch)
End Sub
but if i delete what i tupe in FirstNameSearch Box i get the following
error
Run time error 13
Type Missmatch
END DEBUG
Is there a way how to stop this error