HI
i Have a form which filter after entering code number, as code below;
but i wannt to show msg box if no record found and cancel filter, how to modify the code below:
Private Sub filterThisForm1()
Dim strFilter As String
On Error GoTo err_handler
If Len(Trim$(Me!Combo79 & "")) Then...