hi there i have a search button on the form which does work does the search very well how ever if a wrong search value is entered which does not exist in the database i get the Runtime error "3021"
here is my code
Private Sub cmdSearch_Click()
Dim bkmk As Variant
Dim strField As String
Dim...