Hi guys!
I have a nifty little searchform which I actually found here. It works great, but I would like to trim the results it gives.
Private Sub cmdSearch_Click()
'Set the Dimensions of the Module
Dim strSQL As String, strOrder As String, strWhere As String
Dim dbNm As Database
Dim qryDef As...