Hi I'm working on an asset register for my company and I'm having a bit of trouble getting my search button to work, which filters the results and then i can generate a report with those results.
Here is the code I'm using
Private Sub cmdSearch_Click()
If Len(cboSearchField) = 0 Or...