Hello:
I have a search box in my access form, with this code behind it (not the cleanest code, I copied it from somewhere...suggestions for improvement are welcome):
Private Sub txtFindShopOrder_AfterUpdate()
Dim strFilter As String, strOldFilter As String
strOldFilter = Me.Filter...