@arnelgp awesome! Thank you! Last question, I swear. Let's say I also wanted a 'complaint number' search field in that search form. How would you add that in the code?
I tried adding the below code in but I'm getting an 3075 error.
Code:
If Not IsNull(Me.txtComplaintCategory) Then
sFilter = sFilter & "[ComplaintCategory] ='" & Me.txtComplaintCategory & "'"
End If